Shades of Lime Green #4CC532
Tints of Lime Green #4CC532
RGB
CMYK
RGB Variations
Color information
#4CC532 (or 0x4CC532) is known color: Lime Green. HEX triplet: 4C, C5 and 32. RGB value is (76,197,50). Sum of RGB (Red+Green+Blue) = 76+197+50=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC532 is #B33ACD. Grayscale: #909090. Windows color (decimal): -11745998 or 3327308. OLE color: 3327308.
HSL color Cylindrical-coordinate representation of color #4CC532: hue angle of 109.39º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CC532 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 197 | 50 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.23 |
| HSL | 109.39º | 0.6% | 0.48% | - |
| HSV(B) | 109.39º | 0.75% | 0.77% | - |
| XYZ | 23.52 | 41.7 | 9.83 | - |
| YUV | 144.06 | 74.91 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 197 | 50 | 0.61 | 0 | 0.75 | 0.23 | 109.39 | 0.6 | 0.48 |
| Hex | 4C | C5 | 32 | 3D | 0 | 4B | 17 | 6D | 3C | 30 |
| Octal | 114 | 305 | 62 | 75 | 0 | 113 | 27 | 155 | 74 | 60 |
| Binary | 1001100 | 11000101 | 110010 | 111101 | 0 | 1001011 | 10111 | 1101101 | 111100 | 110000 |
Color Harmonies of #4CC532
Complementary color
Monochromatic Colors of #4CC532
Black with #4CC532
Text Example
Text Example
White with #4CC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC532; }
p { color: rgb(76,197,50); }
H1.HeaderClassName
{
color: #4CC532;
}
.AnyTagClassName
{
color: #4CC532;
}
</style>
background-color css
<style>
a { background-color: #4CC532; }
a { background-color: rgb(76,197,50); }
div.DivClassName
{
background-color: #4CC532;
}
.BgClassName
{
background-color: #4CC532;
}
</style>
border-color css
<style>
span { border-color: #4CC532; }
span { border-color: rgb(76,197,50); }
td.TdClassName
{
border-color: #4CC532;
}
.TagClassName
{
border-color: #4CC532;
}
</style>