Shades of Lime Green #4ECF2F
Tints of Lime Green #4ECF2F
RGB
CMYK
RGB Variations
Color information
#4ECF2F (or 0x4ECF2F) is known color: Lime Green. HEX triplet: 4E, CF and 2F. RGB value is (78,207,47). Sum of RGB (Red+Green+Blue) = 78+207+47=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #4ECF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECF2F is #B130D0. Grayscale: #969696. Windows color (decimal): -11612369 or 3133262. OLE color: 3133262.
HSL color Cylindrical-coordinate representation of color #4ECF2F: hue angle of 108.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4ECF2F is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 207 | 47 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.19 |
| HSL | 108.38º | 0.63% | 0.5% | - |
| HSV(B) | 108.38º | 0.77% | 0.81% | - |
| XYZ | 25.97 | 46.45 | 10.29 | - |
| YUV | 150.19 | 69.76 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 207 | 47 | 0.62 | 0 | 0.77 | 0.19 | 108.38 | 0.63 | 0.5 |
| Hex | 4E | CF | 2F | 3E | 0 | 4D | 13 | 6C | 3F | 32 |
| Octal | 116 | 317 | 57 | 76 | 0 | 115 | 23 | 154 | 77 | 62 |
| Binary | 1001110 | 11001111 | 101111 | 111110 | 0 | 1001101 | 10011 | 1101100 | 111111 | 110010 |
Color Harmonies of #4ECF2F
Complementary color
Monochromatic Colors of #4ECF2F
Black with #4ECF2F
Text Example
Text Example
White with #4ECF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECF2F; }
p { color: rgb(78,207,47); }
H1.HeaderClassName
{
color: #4ECF2F;
}
.AnyTagClassName
{
color: #4ECF2F;
}
</style>
background-color css
<style>
a { background-color: #4ECF2F; }
a { background-color: rgb(78,207,47); }
div.DivClassName
{
background-color: #4ECF2F;
}
.BgClassName
{
background-color: #4ECF2F;
}
</style>
border-color css
<style>
span { border-color: #4ECF2F; }
span { border-color: rgb(78,207,47); }
td.TdClassName
{
border-color: #4ECF2F;
}
.TagClassName
{
border-color: #4ECF2F;
}
</style>