Shades of Lime Green #4EC640
Tints of Lime Green #4EC640
RGB
CMYK
RGB Variations
Color information
#4EC640 (or 0x4EC640) is known color: Lime Green. HEX triplet: 4E, C6 and 40. RGB value is (78,198,64). Sum of RGB (Red+Green+Blue) = 78+198+64=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC640 is #B139BF. Grayscale: #939393. Windows color (decimal): -11614656 or 4245070. OLE color: 4245070.
HSL color Cylindrical-coordinate representation of color #4EC640: hue angle of 113.73º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EC640 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 198 | 64 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.22 |
| HSL | 113.73º | 0.54% | 0.51% | - |
| HSV(B) | 113.73º | 0.68% | 0.78% | - |
| XYZ | 24.26 | 42.38 | 11.75 | - |
| YUV | 146.84 | 81.24 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 64 | 0.61 | 0 | 0.68 | 0.22 | 113.73 | 0.54 | 0.51 |
| Hex | 4E | C6 | 40 | 3D | 0 | 44 | 16 | 72 | 36 | 33 |
| Octal | 116 | 306 | 100 | 75 | 0 | 104 | 26 | 162 | 66 | 63 |
| Binary | 1001110 | 11000110 | 1000000 | 111101 | 0 | 1000100 | 10110 | 1110010 | 110110 | 110011 |
Color Harmonies of #4EC640
Complementary color
Monochromatic Colors of #4EC640
Black with #4EC640
Text Example
Text Example
White with #4EC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC640; }
p { color: rgb(78,198,64); }
H1.HeaderClassName
{
color: #4EC640;
}
.AnyTagClassName
{
color: #4EC640;
}
</style>
background-color css
<style>
a { background-color: #4EC640; }
a { background-color: rgb(78,198,64); }
div.DivClassName
{
background-color: #4EC640;
}
.BgClassName
{
background-color: #4EC640;
}
</style>
border-color css
<style>
span { border-color: #4EC640; }
span { border-color: rgb(78,198,64); }
td.TdClassName
{
border-color: #4EC640;
}
.TagClassName
{
border-color: #4EC640;
}
</style>