Shades of Lime Green #4EC53F
Tints of Lime Green #4EC53F
RGB
CMYK
RGB Variations
Color information
#4EC53F (or 0x4EC53F) is known color: Lime Green. HEX triplet: 4E, C5 and 3F. RGB value is (78,197,63). Sum of RGB (Red+Green+Blue) = 78+197+63=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC53F is #B13AC0. Grayscale: #929292. Windows color (decimal): -11614913 or 4179278. OLE color: 4179278.
HSL color Cylindrical-coordinate representation of color #4EC53F: hue angle of 113.28º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EC53F is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 197 | 63 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.23 |
| HSL | 113.28º | 0.54% | 0.51% | - |
| HSV(B) | 113.28º | 0.68% | 0.77% | - |
| XYZ | 24.01 | 41.91 | 11.53 | - |
| YUV | 146.14 | 81.08 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 63 | 0.60 | 0 | 0.68 | 0.23 | 113.28 | 0.54 | 0.51 |
| Hex | 4E | C5 | 3F | 3C | 0 | 44 | 17 | 71 | 36 | 33 |
| Octal | 116 | 305 | 77 | 74 | 0 | 104 | 27 | 161 | 66 | 63 |
| Binary | 1001110 | 11000101 | 111111 | 111100 | 0 | 1000100 | 10111 | 1110001 | 110110 | 110011 |
Color Harmonies of #4EC53F
Complementary color
Monochromatic Colors of #4EC53F
Black with #4EC53F
Text Example
Text Example
White with #4EC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC53F; }
p { color: rgb(78,197,63); }
H1.HeaderClassName
{
color: #4EC53F;
}
.AnyTagClassName
{
color: #4EC53F;
}
</style>
background-color css
<style>
a { background-color: #4EC53F; }
a { background-color: rgb(78,197,63); }
div.DivClassName
{
background-color: #4EC53F;
}
.BgClassName
{
background-color: #4EC53F;
}
</style>
border-color css
<style>
span { border-color: #4EC53F; }
span { border-color: rgb(78,197,63); }
td.TdClassName
{
border-color: #4EC53F;
}
.TagClassName
{
border-color: #4EC53F;
}
</style>