Shades of Lime Green #4ECF40
Tints of Lime Green #4ECF40
RGB
CMYK
RGB Variations
Color information
#4ECF40 (or 0x4ECF40) is known color: Lime Green. HEX triplet: 4E, CF and 40. RGB value is (78,207,64). Sum of RGB (Red+Green+Blue) = 78+207+64=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #4ECF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECF40 is #B130BF. Grayscale: #989898. Windows color (decimal): -11612352 or 4247374. OLE color: 4247374.
HSL color Cylindrical-coordinate representation of color #4ECF40: hue angle of 114.13º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECF40 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 207 | 64 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.19 |
| HSL | 114.13º | 0.6% | 0.53% | - |
| HSV(B) | 114.13º | 0.69% | 0.81% | - |
| XYZ | 26.38 | 46.62 | 12.46 | - |
| YUV | 152.13 | 78.26 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 207 | 64 | 0.62 | 0 | 0.69 | 0.19 | 114.13 | 0.6 | 0.53 |
| Hex | 4E | CF | 40 | 3E | 0 | 45 | 13 | 72 | 3C | 35 |
| Octal | 116 | 317 | 100 | 76 | 0 | 105 | 23 | 162 | 74 | 65 |
| Binary | 1001110 | 11001111 | 1000000 | 111110 | 0 | 1000101 | 10011 | 1110010 | 111100 | 110101 |
Color Harmonies of #4ECF40
Complementary color
Monochromatic Colors of #4ECF40
Black with #4ECF40
Text Example
Text Example
White with #4ECF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECF40; }
p { color: rgb(78,207,64); }
H1.HeaderClassName
{
color: #4ECF40;
}
.AnyTagClassName
{
color: #4ECF40;
}
</style>
background-color css
<style>
a { background-color: #4ECF40; }
a { background-color: rgb(78,207,64); }
div.DivClassName
{
background-color: #4ECF40;
}
.BgClassName
{
background-color: #4ECF40;
}
</style>
border-color css
<style>
span { border-color: #4ECF40; }
span { border-color: rgb(78,207,64); }
td.TdClassName
{
border-color: #4ECF40;
}
.TagClassName
{
border-color: #4ECF40;
}
</style>