Shades of Lime Green #4EE02D
Tints of Lime Green #4EE02D
RGB
CMYK
RGB Variations
Color information
#4EE02D (or 0x4EE02D) is known color: Lime Green. HEX triplet: 4E, E0 and 2D. RGB value is (78,224,45). Sum of RGB (Red+Green+Blue) = 78+224+45=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE02D is #B11FD2. Grayscale: #A0A0A0. Windows color (decimal): -11608019 or 3006542. OLE color: 3006542.
HSL color Cylindrical-coordinate representation of color #4EE02D: hue angle of 108.94º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4EE02D is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 45 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.12 |
| HSL | 108.94º | 0.74% | 0.53% | - |
| HSV(B) | 108.94º | 0.8% | 0.88% | - |
| XYZ | 30.27 | 55.12 | 11.53 | - |
| YUV | 159.94 | 63.13 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 45 | 0.65 | 0 | 0.80 | 0.12 | 108.94 | 0.74 | 0.53 |
| Hex | 4E | E0 | 2D | 41 | 0 | 50 | C | 6D | 4A | 35 |
| Octal | 116 | 340 | 55 | 101 | 0 | 120 | 14 | 155 | 112 | 65 |
| Binary | 1001110 | 11100000 | 101101 | 1000001 | 0 | 1010000 | 1100 | 1101101 | 1001010 | 110101 |
Color Harmonies of #4EE02D
Complementary color
Monochromatic Colors of #4EE02D
Black with #4EE02D
Text Example
Text Example
White with #4EE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE02D; }
p { color: rgb(78,224,45); }
H1.HeaderClassName
{
color: #4EE02D;
}
.AnyTagClassName
{
color: #4EE02D;
}
</style>
background-color css
<style>
a { background-color: #4EE02D; }
a { background-color: rgb(78,224,45); }
div.DivClassName
{
background-color: #4EE02D;
}
.BgClassName
{
background-color: #4EE02D;
}
</style>
border-color css
<style>
span { border-color: #4EE02D; }
span { border-color: rgb(78,224,45); }
td.TdClassName
{
border-color: #4EE02D;
}
.TagClassName
{
border-color: #4EE02D;
}
</style>