Shades of Lime Green #4EE42D
Tints of Lime Green #4EE42D
RGB
CMYK
RGB Variations
Color information
#4EE42D (or 0x4EE42D) is known color: Lime Green. HEX triplet: 4E, E4 and 2D. RGB value is (78,228,45). Sum of RGB (Red+Green+Blue) = 78+228+45=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 228 (89.45% from 255 or 64.96% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE42D is #B11BD2. Grayscale: #A2A2A2. Windows color (decimal): -11606995 or 3007566. OLE color: 3007566.
HSL color Cylindrical-coordinate representation of color #4EE42D: hue angle of 109.18º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4EE42D is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 45 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.11 |
| HSL | 109.18º | 0.77% | 0.54% | - |
| HSV(B) | 109.18º | 0.8% | 0.89% | - |
| XYZ | 31.36 | 57.3 | 11.89 | - |
| YUV | 162.29 | 61.81 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 45 | 0.66 | 0 | 0.80 | 0.11 | 109.18 | 0.77 | 0.54 |
| Hex | 4E | E4 | 2D | 42 | 0 | 50 | B | 6D | 4D | 36 |
| Octal | 116 | 344 | 55 | 102 | 0 | 120 | 13 | 155 | 115 | 66 |
| Binary | 1001110 | 11100100 | 101101 | 1000010 | 0 | 1010000 | 1011 | 1101101 | 1001101 | 110110 |
Color Harmonies of #4EE42D
Complementary color
Monochromatic Colors of #4EE42D
Black with #4EE42D
Text Example
Text Example
White with #4EE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE42D; }
p { color: rgb(78,228,45); }
H1.HeaderClassName
{
color: #4EE42D;
}
.AnyTagClassName
{
color: #4EE42D;
}
</style>
background-color css
<style>
a { background-color: #4EE42D; }
a { background-color: rgb(78,228,45); }
div.DivClassName
{
background-color: #4EE42D;
}
.BgClassName
{
background-color: #4EE42D;
}
</style>
border-color css
<style>
span { border-color: #4EE42D; }
span { border-color: rgb(78,228,45); }
td.TdClassName
{
border-color: #4EE42D;
}
.TagClassName
{
border-color: #4EE42D;
}
</style>