Shades of Lime Green #4ECB35
Tints of Lime Green #4ECB35
RGB
CMYK
RGB Variations
Color information
#4ECB35 (or 0x4ECB35) is known color: Lime Green. HEX triplet: 4E, CB and 35. RGB value is (78,203,53). Sum of RGB (Red+Green+Blue) = 78+203+53=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECB35 is #B134CA. Grayscale: #959595. Windows color (decimal): -11613387 or 3525454. OLE color: 3525454.
HSL color Cylindrical-coordinate representation of color #4ECB35: hue angle of 110º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4ECB35 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 53 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.20 |
| HSL | 110º | 0.59% | 0.5% | - |
| HSV(B) | 110º | 0.74% | 0.8% | - |
| XYZ | 25.14 | 44.59 | 10.65 | - |
| YUV | 148.53 | 74.09 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 53 | 0.62 | 0 | 0.74 | 0.20 | 110 | 0.59 | 0.5 |
| Hex | 4E | CB | 35 | 3E | 0 | 4A | 14 | 6E | 3B | 32 |
| Octal | 116 | 313 | 65 | 76 | 0 | 112 | 24 | 156 | 73 | 62 |
| Binary | 1001110 | 11001011 | 110101 | 111110 | 0 | 1001010 | 10100 | 1101110 | 111011 | 110010 |
Color Harmonies of #4ECB35
Complementary color
Monochromatic Colors of #4ECB35
Black with #4ECB35
Text Example
Text Example
White with #4ECB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECB35; }
p { color: rgb(78,203,53); }
H1.HeaderClassName
{
color: #4ECB35;
}
.AnyTagClassName
{
color: #4ECB35;
}
</style>
background-color css
<style>
a { background-color: #4ECB35; }
a { background-color: rgb(78,203,53); }
div.DivClassName
{
background-color: #4ECB35;
}
.BgClassName
{
background-color: #4ECB35;
}
</style>
border-color css
<style>
span { border-color: #4ECB35; }
span { border-color: rgb(78,203,53); }
td.TdClassName
{
border-color: #4ECB35;
}
.TagClassName
{
border-color: #4ECB35;
}
</style>