Shades of Lime Green #4EC840
Tints of Lime Green #4EC840
RGB
CMYK
RGB Variations
Color information
#4EC840 (or 0x4EC840) is known color: Lime Green. HEX triplet: 4E, C8 and 40. RGB value is (78,200,64). Sum of RGB (Red+Green+Blue) = 78+200+64=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC840 is #B137BF. Grayscale: #949494. Windows color (decimal): -11614144 or 4245582. OLE color: 4245582.
HSL color Cylindrical-coordinate representation of color #4EC840: hue angle of 113.82º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EC840 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 64 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.22 |
| HSL | 113.82º | 0.55% | 0.52% | - |
| HSV(B) | 113.82º | 0.68% | 0.78% | - |
| XYZ | 24.72 | 43.3 | 11.9 | - |
| YUV | 148.02 | 80.58 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 64 | 0.61 | 0 | 0.68 | 0.22 | 113.82 | 0.55 | 0.52 |
| Hex | 4E | C8 | 40 | 3D | 0 | 44 | 16 | 72 | 37 | 34 |
| Octal | 116 | 310 | 100 | 75 | 0 | 104 | 26 | 162 | 67 | 64 |
| Binary | 1001110 | 11001000 | 1000000 | 111101 | 0 | 1000100 | 10110 | 1110010 | 110111 | 110100 |
Color Harmonies of #4EC840
Complementary color
Monochromatic Colors of #4EC840
Black with #4EC840
Text Example
Text Example
White with #4EC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC840; }
p { color: rgb(78,200,64); }
H1.HeaderClassName
{
color: #4EC840;
}
.AnyTagClassName
{
color: #4EC840;
}
</style>
background-color css
<style>
a { background-color: #4EC840; }
a { background-color: rgb(78,200,64); }
div.DivClassName
{
background-color: #4EC840;
}
.BgClassName
{
background-color: #4EC840;
}
</style>
border-color css
<style>
span { border-color: #4EC840; }
span { border-color: rgb(78,200,64); }
td.TdClassName
{
border-color: #4EC840;
}
.TagClassName
{
border-color: #4EC840;
}
</style>