Shades of Lime Green #4ECD40
Tints of Lime Green #4ECD40
RGB
CMYK
RGB Variations
Color information
#4ECD40 (or 0x4ECD40) is known color: Lime Green. HEX triplet: 4E, CD and 40. RGB value is (78,205,64). Sum of RGB (Red+Green+Blue) = 78+205+64=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECD40 is #B132BF. Grayscale: #979797. Windows color (decimal): -11612864 or 4246862. OLE color: 4246862.
HSL color Cylindrical-coordinate representation of color #4ECD40: hue angle of 114.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECD40 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 64 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.20 |
| HSL | 114.04º | 0.59% | 0.53% | - |
| HSV(B) | 114.04º | 0.69% | 0.8% | - |
| XYZ | 25.9 | 45.65 | 12.3 | - |
| YUV | 150.95 | 78.92 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 64 | 0.62 | 0 | 0.69 | 0.20 | 114.04 | 0.59 | 0.53 |
| Hex | 4E | CD | 40 | 3E | 0 | 45 | 14 | 72 | 3B | 35 |
| Octal | 116 | 315 | 100 | 76 | 0 | 105 | 24 | 162 | 73 | 65 |
| Binary | 1001110 | 11001101 | 1000000 | 111110 | 0 | 1000101 | 10100 | 1110010 | 111011 | 110101 |
Color Harmonies of #4ECD40
Complementary color
Monochromatic Colors of #4ECD40
Black with #4ECD40
Text Example
Text Example
White with #4ECD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECD40; }
p { color: rgb(78,205,64); }
H1.HeaderClassName
{
color: #4ECD40;
}
.AnyTagClassName
{
color: #4ECD40;
}
</style>
background-color css
<style>
a { background-color: #4ECD40; }
a { background-color: rgb(78,205,64); }
div.DivClassName
{
background-color: #4ECD40;
}
.BgClassName
{
background-color: #4ECD40;
}
</style>
border-color css
<style>
span { border-color: #4ECD40; }
span { border-color: rgb(78,205,64); }
td.TdClassName
{
border-color: #4ECD40;
}
.TagClassName
{
border-color: #4ECD40;
}
</style>