Shades of Lime Green #4ECB3C
Tints of Lime Green #4ECB3C
RGB
CMYK
RGB Variations
Color information
#4ECB3C (or 0x4ECB3C) is known color: Lime Green. HEX triplet: 4E, CB and 3C. RGB value is (78,203,60). Sum of RGB (Red+Green+Blue) = 78+203+60=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECB3C is #B134C3. Grayscale: #959595. Windows color (decimal): -11613380 or 3984206. OLE color: 3984206.
HSL color Cylindrical-coordinate representation of color #4ECB3C: hue angle of 112.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ECB3C is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 60 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.20 |
| HSL | 112.45º | 0.58% | 0.52% | - |
| HSV(B) | 112.45º | 0.7% | 0.8% | - |
| XYZ | 25.31 | 44.66 | 11.56 | - |
| YUV | 149.32 | 77.59 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 60 | 0.62 | 0 | 0.70 | 0.20 | 112.45 | 0.58 | 0.52 |
| Hex | 4E | CB | 3C | 3E | 0 | 46 | 14 | 70 | 3A | 34 |
| Octal | 116 | 313 | 74 | 76 | 0 | 106 | 24 | 160 | 72 | 64 |
| Binary | 1001110 | 11001011 | 111100 | 111110 | 0 | 1000110 | 10100 | 1110000 | 111010 | 110100 |
Color Harmonies of #4ECB3C
Complementary color
Monochromatic Colors of #4ECB3C
Black with #4ECB3C
Text Example
Text Example
White with #4ECB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECB3C; }
p { color: rgb(78,203,60); }
H1.HeaderClassName
{
color: #4ECB3C;
}
.AnyTagClassName
{
color: #4ECB3C;
}
</style>
background-color css
<style>
a { background-color: #4ECB3C; }
a { background-color: rgb(78,203,60); }
div.DivClassName
{
background-color: #4ECB3C;
}
.BgClassName
{
background-color: #4ECB3C;
}
</style>
border-color css
<style>
span { border-color: #4ECB3C; }
span { border-color: rgb(78,203,60); }
td.TdClassName
{
border-color: #4ECB3C;
}
.TagClassName
{
border-color: #4ECB3C;
}
</style>