Shades of Lime Green #4EE42A
Tints of Lime Green #4EE42A
RGB
CMYK
RGB Variations
Color information
#4EE42A (or 0x4EE42A) is known color: Lime Green. HEX triplet: 4E, E4 and 2A. RGB value is (78,228,42). Sum of RGB (Red+Green+Blue) = 78+228+42=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 228 (89.45% from 255 or 65.52% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE42A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE42A is #B11BD5. Grayscale: #A2A2A2. Windows color (decimal): -11606998 or 2810958. OLE color: 2810958.
HSL color Cylindrical-coordinate representation of color #4EE42A: hue angle of 108.39º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4EE42A is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 42 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.11 |
| HSL | 108.39º | 0.78% | 0.53% | - |
| HSV(B) | 108.39º | 0.82% | 0.89% | - |
| XYZ | 31.3 | 57.27 | 11.6 | - |
| YUV | 161.95 | 60.31 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 42 | 0.66 | 0 | 0.82 | 0.11 | 108.39 | 0.78 | 0.53 |
| Hex | 4E | E4 | 2A | 42 | 0 | 52 | B | 6C | 4E | 35 |
| Octal | 116 | 344 | 52 | 102 | 0 | 122 | 13 | 154 | 116 | 65 |
| Binary | 1001110 | 11100100 | 101010 | 1000010 | 0 | 1010010 | 1011 | 1101100 | 1001110 | 110101 |
Color Harmonies of #4EE42A
Complementary color
Monochromatic Colors of #4EE42A
Black with #4EE42A
Text Example
Text Example
White with #4EE42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE42A; }
p { color: rgb(78,228,42); }
H1.HeaderClassName
{
color: #4EE42A;
}
.AnyTagClassName
{
color: #4EE42A;
}
</style>
background-color css
<style>
a { background-color: #4EE42A; }
a { background-color: rgb(78,228,42); }
div.DivClassName
{
background-color: #4EE42A;
}
.BgClassName
{
background-color: #4EE42A;
}
</style>
border-color css
<style>
span { border-color: #4EE42A; }
span { border-color: rgb(78,228,42); }
td.TdClassName
{
border-color: #4EE42A;
}
.TagClassName
{
border-color: #4EE42A;
}
</style>