Shades of Lime Green #4EE93A
Tints of Lime Green #4EE93A
RGB
CMYK
RGB Variations
Color information
#4EE93A (or 0x4EE93A) is known color: Lime Green. HEX triplet: 4E, E9 and 3A. RGB value is (78,233,58). Sum of RGB (Red+Green+Blue) = 78+233+58=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 233 (91.41% from 255 or 63.14% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE93A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EE93A is #B116C5. Grayscale: #A7A7A7. Windows color (decimal): -11605702 or 3860814. OLE color: 3860814.
HSL color Cylindrical-coordinate representation of color #4EE93A: hue angle of 113.14º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4EE93A is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 233 | 58 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.09 |
| HSL | 113.14º | 0.8% | 0.57% | - |
| HSV(B) | 113.14º | 0.75% | 0.91% | - |
| XYZ | 33.04 | 60.2 | 13.88 | - |
| YUV | 166.71 | 66.65 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 58 | 0.67 | 0 | 0.75 | 0.09 | 113.14 | 0.8 | 0.57 |
| Hex | 4E | E9 | 3A | 43 | 0 | 4B | 9 | 71 | 50 | 39 |
| Octal | 116 | 351 | 72 | 103 | 0 | 113 | 11 | 161 | 120 | 71 |
| Binary | 1001110 | 11101001 | 111010 | 1000011 | 0 | 1001011 | 1001 | 1110001 | 1010000 | 111001 |
Color Harmonies of #4EE93A
Complementary color
Monochromatic Colors of #4EE93A
Black with #4EE93A
Text Example
Text Example
White with #4EE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE93A; }
p { color: rgb(78,233,58); }
H1.HeaderClassName
{
color: #4EE93A;
}
.AnyTagClassName
{
color: #4EE93A;
}
</style>
background-color css
<style>
a { background-color: #4EE93A; }
a { background-color: rgb(78,233,58); }
div.DivClassName
{
background-color: #4EE93A;
}
.BgClassName
{
background-color: #4EE93A;
}
</style>
border-color css
<style>
span { border-color: #4EE93A; }
span { border-color: rgb(78,233,58); }
td.TdClassName
{
border-color: #4EE93A;
}
.TagClassName
{
border-color: #4EE93A;
}
</style>