Shades of Lime Green #4EDE37
Tints of Lime Green #4EDE37
RGB
CMYK
RGB Variations
Color information
#4EDE37 (or 0x4EDE37) is known color: Lime Green. HEX triplet: 4E, DE and 37. RGB value is (78,222,55). Sum of RGB (Red+Green+Blue) = 78+222+55=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 222 (87.11% from 255 or 62.54% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDE37 is #B121C8. Grayscale: #A0A0A0. Windows color (decimal): -11608521 or 3661390. OLE color: 3661390.
HSL color Cylindrical-coordinate representation of color #4EDE37: hue angle of 111.74º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4EDE37 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 55 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.13 |
| HSL | 111.74º | 0.72% | 0.54% | - |
| HSV(B) | 111.74º | 0.75% | 0.87% | - |
| XYZ | 29.95 | 54.14 | 12.49 | - |
| YUV | 159.91 | 68.79 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 55 | 0.65 | 0 | 0.75 | 0.13 | 111.74 | 0.72 | 0.54 |
| Hex | 4E | DE | 37 | 41 | 0 | 4B | D | 70 | 48 | 36 |
| Octal | 116 | 336 | 67 | 101 | 0 | 113 | 15 | 160 | 110 | 66 |
| Binary | 1001110 | 11011110 | 110111 | 1000001 | 0 | 1001011 | 1101 | 1110000 | 1001000 | 110110 |
Color Harmonies of #4EDE37
Complementary color
Monochromatic Colors of #4EDE37
Black with #4EDE37
Text Example
Text Example
White with #4EDE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDE37; }
p { color: rgb(78,222,55); }
H1.HeaderClassName
{
color: #4EDE37;
}
.AnyTagClassName
{
color: #4EDE37;
}
</style>
background-color css
<style>
a { background-color: #4EDE37; }
a { background-color: rgb(78,222,55); }
div.DivClassName
{
background-color: #4EDE37;
}
.BgClassName
{
background-color: #4EDE37;
}
</style>
border-color css
<style>
span { border-color: #4EDE37; }
span { border-color: rgb(78,222,55); }
td.TdClassName
{
border-color: #4EDE37;
}
.TagClassName
{
border-color: #4EDE37;
}
</style>