Shades of Lime Green #4EEA44
Tints of Lime Green #4EEA44
RGB
CMYK
RGB Variations
Color information
#4EEA44 (or 0x4EEA44) is known color: Lime Green. HEX triplet: 4E, EA and 44. RGB value is (78,234,68). Sum of RGB (Red+Green+Blue) = 78+234+68=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA44 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEA44 is #B115BB. Grayscale: #A8A8A8. Windows color (decimal): -11605436 or 4516430. OLE color: 4516430.
HSL color Cylindrical-coordinate representation of color #4EEA44: hue angle of 116.39º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4EEA44 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 68 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.08 |
| HSL | 116.39º | 0.8% | 0.59% | - |
| HSV(B) | 116.39º | 0.71% | 0.92% | - |
| XYZ | 33.61 | 60.88 | 15.45 | - |
| YUV | 168.43 | 71.32 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 68 | 0.67 | 0 | 0.71 | 0.08 | 116.39 | 0.8 | 0.59 |
| Hex | 4E | EA | 44 | 43 | 0 | 47 | 8 | 74 | 50 | 3B |
| Octal | 116 | 352 | 104 | 103 | 0 | 107 | 10 | 164 | 120 | 73 |
| Binary | 1001110 | 11101010 | 1000100 | 1000011 | 0 | 1000111 | 1000 | 1110100 | 1010000 | 111011 |
Color Harmonies of #4EEA44
Complementary color
Monochromatic Colors of #4EEA44
Black with #4EEA44
Text Example
Text Example
White with #4EEA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA44; }
p { color: rgb(78,234,68); }
H1.HeaderClassName
{
color: #4EEA44;
}
.AnyTagClassName
{
color: #4EEA44;
}
</style>
background-color css
<style>
a { background-color: #4EEA44; }
a { background-color: rgb(78,234,68); }
div.DivClassName
{
background-color: #4EEA44;
}
.BgClassName
{
background-color: #4EEA44;
}
</style>
border-color css
<style>
span { border-color: #4EEA44; }
span { border-color: rgb(78,234,68); }
td.TdClassName
{
border-color: #4EEA44;
}
.TagClassName
{
border-color: #4EEA44;
}
</style>