Shades of Lime Green #3ECF33
Tints of Lime Green #3ECF33
RGB
CMYK
RGB Variations
Color information
#3ECF33 (or 0x3ECF33) is known color: Lime Green. HEX triplet: 3E, CF and 33. RGB value is (62,207,51). Sum of RGB (Red+Green+Blue) = 62+207+51=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECF33 is #C130CC. Grayscale: #929292. Windows color (decimal): -12660941 or 3395390. OLE color: 3395390.
HSL color Cylindrical-coordinate representation of color #3ECF33: hue angle of 115.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ECF33 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 51 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.19 |
| HSL | 115.77º | 0.62% | 0.51% | - |
| HSV(B) | 115.77º | 0.75% | 0.81% | - |
| XYZ | 24.9 | 45.89 | 10.68 | - |
| YUV | 145.86 | 74.46 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 51 | 0.70 | 0 | 0.75 | 0.19 | 115.77 | 0.62 | 0.51 |
| Hex | 3E | CF | 33 | 46 | 0 | 4B | 13 | 74 | 3E | 33 |
| Octal | 76 | 317 | 63 | 106 | 0 | 113 | 23 | 164 | 76 | 63 |
| Binary | 111110 | 11001111 | 110011 | 1000110 | 0 | 1001011 | 10011 | 1110100 | 111110 | 110011 |
Color Harmonies of #3ECF33
Complementary color
Monochromatic Colors of #3ECF33
Black with #3ECF33
Text Example
Text Example
White with #3ECF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECF33; }
p { color: rgb(62,207,51); }
H1.HeaderClassName
{
color: #3ECF33;
}
.AnyTagClassName
{
color: #3ECF33;
}
</style>
background-color css
<style>
a { background-color: #3ECF33; }
a { background-color: rgb(62,207,51); }
div.DivClassName
{
background-color: #3ECF33;
}
.BgClassName
{
background-color: #3ECF33;
}
</style>
border-color css
<style>
span { border-color: #3ECF33; }
span { border-color: rgb(62,207,51); }
td.TdClassName
{
border-color: #3ECF33;
}
.TagClassName
{
border-color: #3ECF33;
}
</style>