Shades of Lime Green #4ECB33
Tints of Lime Green #4ECB33
RGB
CMYK
RGB Variations
Color information
#4ECB33 (or 0x4ECB33) is known color: Lime Green. HEX triplet: 4E, CB and 33. RGB value is (78,203,51). Sum of RGB (Red+Green+Blue) = 78+203+51=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECB33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECB33 is #B134CC. Grayscale: #949494. Windows color (decimal): -11613389 or 3394382. OLE color: 3394382.
HSL color Cylindrical-coordinate representation of color #4ECB33: hue angle of 109.34º 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 #4ECB33 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 51 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.20 |
| HSL | 109.34º | 0.6% | 0.5% | - |
| HSV(B) | 109.34º | 0.75% | 0.8% | - |
| XYZ | 25.1 | 44.57 | 10.41 | - |
| YUV | 148.3 | 73.09 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 51 | 0.62 | 0 | 0.75 | 0.20 | 109.34 | 0.6 | 0.5 |
| Hex | 4E | CB | 33 | 3E | 0 | 4B | 14 | 6D | 3C | 32 |
| Octal | 116 | 313 | 63 | 76 | 0 | 113 | 24 | 155 | 74 | 62 |
| Binary | 1001110 | 11001011 | 110011 | 111110 | 0 | 1001011 | 10100 | 1101101 | 111100 | 110010 |
Color Harmonies of #4ECB33
Complementary color
Monochromatic Colors of #4ECB33
Black with #4ECB33
Text Example
Text Example
White with #4ECB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECB33; }
p { color: rgb(78,203,51); }
H1.HeaderClassName
{
color: #4ECB33;
}
.AnyTagClassName
{
color: #4ECB33;
}
</style>
background-color css
<style>
a { background-color: #4ECB33; }
a { background-color: rgb(78,203,51); }
div.DivClassName
{
background-color: #4ECB33;
}
.BgClassName
{
background-color: #4ECB33;
}
</style>
border-color css
<style>
span { border-color: #4ECB33; }
span { border-color: rgb(78,203,51); }
td.TdClassName
{
border-color: #4ECB33;
}
.TagClassName
{
border-color: #4ECB33;
}
</style>