Shades of Lime Green #4EEA28
Tints of Lime Green #4EEA28
RGB
CMYK
RGB Variations
Color information
#4EEA28 (or 0x4EEA28) is known color: Lime Green. HEX triplet: 4E, EA and 28. RGB value is (78,234,40). Sum of RGB (Red+Green+Blue) = 78+234+40=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEA28 is #B115D7. Grayscale: #A5A5A5. Windows color (decimal): -11605464 or 2681422. OLE color: 2681422.
HSL color Cylindrical-coordinate representation of color #4EEA28: hue angle of 108.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4EEA28 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 40 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.08 |
| HSL | 108.25º | 0.82% | 0.54% | - |
| HSV(B) | 108.25º | 0.83% | 0.92% | - |
| XYZ | 32.95 | 60.62 | 11.97 | - |
| YUV | 165.24 | 57.32 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 40 | 0.67 | 0 | 0.83 | 0.08 | 108.25 | 0.82 | 0.54 |
| Hex | 4E | EA | 28 | 43 | 0 | 53 | 8 | 6C | 52 | 36 |
| Octal | 116 | 352 | 50 | 103 | 0 | 123 | 10 | 154 | 122 | 66 |
| Binary | 1001110 | 11101010 | 101000 | 1000011 | 0 | 1010011 | 1000 | 1101100 | 1010010 | 110110 |
Color Harmonies of #4EEA28
Complementary color
Monochromatic Colors of #4EEA28
Black with #4EEA28
Text Example
Text Example
White with #4EEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA28; }
p { color: rgb(78,234,40); }
H1.HeaderClassName
{
color: #4EEA28;
}
.AnyTagClassName
{
color: #4EEA28;
}
</style>
background-color css
<style>
a { background-color: #4EEA28; }
a { background-color: rgb(78,234,40); }
div.DivClassName
{
background-color: #4EEA28;
}
.BgClassName
{
background-color: #4EEA28;
}
</style>
border-color css
<style>
span { border-color: #4EEA28; }
span { border-color: rgb(78,234,40); }
td.TdClassName
{
border-color: #4EEA28;
}
.TagClassName
{
border-color: #4EEA28;
}
</style>