Shades of Lime Green #3EDE32
Tints of Lime Green #3EDE32
RGB
CMYK
RGB Variations
Color information
#3EDE32 (or 0x3EDE32) is known color: Lime Green. HEX triplet: 3E, DE and 32. RGB value is (62,222,50). Sum of RGB (Red+Green+Blue) = 62+222+50=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 222 (87.11% from 255 or 66.47% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE32 is #C121CD. Grayscale: #9B9B9B. Windows color (decimal): -12657102 or 3333694. OLE color: 3333694.
HSL color Cylindrical-coordinate representation of color #3EDE32: hue angle of 115.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EDE32 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 50 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.13 |
| HSL | 115.81º | 0.72% | 0.53% | - |
| HSV(B) | 115.81º | 0.77% | 0.87% | - |
| XYZ | 28.68 | 53.5 | 11.83 | - |
| YUV | 154.55 | 68.99 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 50 | 0.72 | 0 | 0.77 | 0.13 | 115.81 | 0.72 | 0.53 |
| Hex | 3E | DE | 32 | 48 | 0 | 4D | D | 74 | 48 | 35 |
| Octal | 76 | 336 | 62 | 110 | 0 | 115 | 15 | 164 | 110 | 65 |
| Binary | 111110 | 11011110 | 110010 | 1001000 | 0 | 1001101 | 1101 | 1110100 | 1001000 | 110101 |
Color Harmonies of #3EDE32
Complementary color
Monochromatic Colors of #3EDE32
Black with #3EDE32
Text Example
Text Example
White with #3EDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE32; }
p { color: rgb(62,222,50); }
H1.HeaderClassName
{
color: #3EDE32;
}
.AnyTagClassName
{
color: #3EDE32;
}
</style>
background-color css
<style>
a { background-color: #3EDE32; }
a { background-color: rgb(62,222,50); }
div.DivClassName
{
background-color: #3EDE32;
}
.BgClassName
{
background-color: #3EDE32;
}
</style>
border-color css
<style>
span { border-color: #3EDE32; }
span { border-color: rgb(62,222,50); }
td.TdClassName
{
border-color: #3EDE32;
}
.TagClassName
{
border-color: #3EDE32;
}
</style>