Shades of Lime Green #4ECC34
Tints of Lime Green #4ECC34
RGB
CMYK
RGB Variations
Color information
#4ECC34 (or 0x4ECC34) is known color: Lime Green. HEX triplet: 4E, CC and 34. RGB value is (78,204,52). Sum of RGB (Red+Green+Blue) = 78+204+52=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECC34 is #B133CB. Grayscale: #959595. Windows color (decimal): -11613132 or 3460174. OLE color: 3460174.
HSL color Cylindrical-coordinate representation of color #4ECC34: hue angle of 109.74º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4ECC34 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 52 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.2 |
| HSL | 109.74º | 0.6% | 0.5% | - |
| HSV(B) | 109.74º | 0.75% | 0.8% | - |
| XYZ | 25.35 | 45.05 | 10.61 | - |
| YUV | 149 | 73.26 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 52 | 0.62 | 0 | 0.75 | 0.2 | 109.74 | 0.6 | 0.5 |
| Hex | 4E | CC | 34 | 3E | 0 | 4B | 14 | 6E | 3C | 32 |
| Octal | 116 | 314 | 64 | 76 | 0 | 113 | 24 | 156 | 74 | 62 |
| Binary | 1001110 | 11001100 | 110100 | 111110 | 0 | 1001011 | 10100 | 1101110 | 111100 | 110010 |
Color Harmonies of #4ECC34
Complementary color
Monochromatic Colors of #4ECC34
Black with #4ECC34
Text Example
Text Example
White with #4ECC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECC34; }
p { color: rgb(78,204,52); }
H1.HeaderClassName
{
color: #4ECC34;
}
.AnyTagClassName
{
color: #4ECC34;
}
</style>
background-color css
<style>
a { background-color: #4ECC34; }
a { background-color: rgb(78,204,52); }
div.DivClassName
{
background-color: #4ECC34;
}
.BgClassName
{
background-color: #4ECC34;
}
</style>
border-color css
<style>
span { border-color: #4ECC34; }
span { border-color: rgb(78,204,52); }
td.TdClassName
{
border-color: #4ECC34;
}
.TagClassName
{
border-color: #4ECC34;
}
</style>