Shades of Lime Green #4EC43A
Tints of Lime Green #4EC43A
RGB
CMYK
RGB Variations
Color information
#4EC43A (or 0x4EC43A) is known color: Lime Green. HEX triplet: 4E, C4 and 3A. RGB value is (78,196,58). Sum of RGB (Red+Green+Blue) = 78+196+58=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #4EC43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC43A is #B13BC5. Grayscale: #919191. Windows color (decimal): -11615174 or 3851342. OLE color: 3851342.
HSL color Cylindrical-coordinate representation of color #4EC43A: hue angle of 111.3º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4EC43A is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 196 | 58 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.23 |
| HSL | 111.3º | 0.54% | 0.5% | - |
| HSV(B) | 111.3º | 0.7% | 0.77% | - |
| XYZ | 23.65 | 41.41 | 10.75 | - |
| YUV | 144.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 58 | 0.60 | 0 | 0.70 | 0.23 | 111.3 | 0.54 | 0.5 |
| Hex | 4E | C4 | 3A | 3C | 0 | 46 | 17 | 6F | 36 | 32 |
| Octal | 116 | 304 | 72 | 74 | 0 | 106 | 27 | 157 | 66 | 62 |
| Binary | 1001110 | 11000100 | 111010 | 111100 | 0 | 1000110 | 10111 | 1101111 | 110110 | 110010 |
Color Harmonies of #4EC43A
Complementary color
Monochromatic Colors of #4EC43A
Black with #4EC43A
Text Example
Text Example
White with #4EC43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC43A; }
p { color: rgb(78,196,58); }
H1.HeaderClassName
{
color: #4EC43A;
}
.AnyTagClassName
{
color: #4EC43A;
}
</style>
background-color css
<style>
a { background-color: #4EC43A; }
a { background-color: rgb(78,196,58); }
div.DivClassName
{
background-color: #4EC43A;
}
.BgClassName
{
background-color: #4EC43A;
}
</style>
border-color css
<style>
span { border-color: #4EC43A; }
span { border-color: rgb(78,196,58); }
td.TdClassName
{
border-color: #4EC43A;
}
.TagClassName
{
border-color: #4EC43A;
}
</style>