Shades of Lime Green #4ECC3F
Tints of Lime Green #4ECC3F
RGB
CMYK
RGB Variations
Color information
#4ECC3F (or 0x4ECC3F) is known color: Lime Green. HEX triplet: 4E, CC and 3F. RGB value is (78,204,63). Sum of RGB (Red+Green+Blue) = 78+204+63=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECC3F is #B133C0. Grayscale: #969696. Windows color (decimal): -11613121 or 4181070. OLE color: 4181070.
HSL color Cylindrical-coordinate representation of color #4ECC3F: hue angle of 113.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECC3F is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 63 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.2 |
| HSL | 113.62º | 0.58% | 0.52% | - |
| HSV(B) | 113.62º | 0.69% | 0.8% | - |
| XYZ | 25.63 | 45.16 | 12.07 | - |
| YUV | 150.25 | 78.76 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 63 | 0.62 | 0 | 0.69 | 0.2 | 113.62 | 0.58 | 0.52 |
| Hex | 4E | CC | 3F | 3E | 0 | 45 | 14 | 72 | 3A | 34 |
| Octal | 116 | 314 | 77 | 76 | 0 | 105 | 24 | 162 | 72 | 64 |
| Binary | 1001110 | 11001100 | 111111 | 111110 | 0 | 1000101 | 10100 | 1110010 | 111010 | 110100 |
Color Harmonies of #4ECC3F
Complementary color
Monochromatic Colors of #4ECC3F
Black with #4ECC3F
Text Example
Text Example
White with #4ECC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECC3F; }
p { color: rgb(78,204,63); }
H1.HeaderClassName
{
color: #4ECC3F;
}
.AnyTagClassName
{
color: #4ECC3F;
}
</style>
background-color css
<style>
a { background-color: #4ECC3F; }
a { background-color: rgb(78,204,63); }
div.DivClassName
{
background-color: #4ECC3F;
}
.BgClassName
{
background-color: #4ECC3F;
}
</style>
border-color css
<style>
span { border-color: #4ECC3F; }
span { border-color: rgb(78,204,63); }
td.TdClassName
{
border-color: #4ECC3F;
}
.TagClassName
{
border-color: #4ECC3F;
}
</style>