Shades of Lime Green #4EE942
Tints of Lime Green #4EE942
RGB
CMYK
RGB Variations
Color information
#4EE942 (or 0x4EE942) is known color: Lime Green. HEX triplet: 4E, E9 and 42. RGB value is (78,233,66). Sum of RGB (Red+Green+Blue) = 78+233+66=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 233 (91.41% from 255 or 61.80% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE942 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EE942 is #B116BD. Grayscale: #A8A8A8. Windows color (decimal): -11605694 or 4385102. OLE color: 4385102.
HSL color Cylindrical-coordinate representation of color #4EE942: hue angle of 115.69º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4EE942 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 233 | 66 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.09 |
| HSL | 115.69º | 0.79% | 0.59% | - |
| HSV(B) | 115.69º | 0.72% | 0.91% | - |
| XYZ | 33.26 | 60.29 | 15.04 | - |
| YUV | 167.62 | 70.65 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 66 | 0.67 | 0 | 0.72 | 0.09 | 115.69 | 0.79 | 0.59 |
| Hex | 4E | E9 | 42 | 43 | 0 | 48 | 9 | 74 | 4F | 3B |
| Octal | 116 | 351 | 102 | 103 | 0 | 110 | 11 | 164 | 117 | 73 |
| Binary | 1001110 | 11101001 | 1000010 | 1000011 | 0 | 1001000 | 1001 | 1110100 | 1001111 | 111011 |
Color Harmonies of #4EE942
Complementary color
Monochromatic Colors of #4EE942
Black with #4EE942
Text Example
Text Example
White with #4EE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE942; }
p { color: rgb(78,233,66); }
H1.HeaderClassName
{
color: #4EE942;
}
.AnyTagClassName
{
color: #4EE942;
}
</style>
background-color css
<style>
a { background-color: #4EE942; }
a { background-color: rgb(78,233,66); }
div.DivClassName
{
background-color: #4EE942;
}
.BgClassName
{
background-color: #4EE942;
}
</style>
border-color css
<style>
span { border-color: #4EE942; }
span { border-color: rgb(78,233,66); }
td.TdClassName
{
border-color: #4EE942;
}
.TagClassName
{
border-color: #4EE942;
}
</style>