Shades of Lime Green #4CDD32
Tints of Lime Green #4CDD32
RGB
CMYK
RGB Variations
Color information
#4CDD32 (or 0x4CDD32) is known color: Lime Green. HEX triplet: 4C, DD and 32. RGB value is (76,221,50). Sum of RGB (Red+Green+Blue) = 76+221+50=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 221 (86.72% from 255 or 63.69% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDD32 is #B322CD. Grayscale: #9E9E9E. Windows color (decimal): -11739854 or 3333452. OLE color: 3333452.
HSL color Cylindrical-coordinate representation of color #4CDD32: hue angle of 110.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4CDD32 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 50 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.13 |
| HSL | 110.88º | 0.72% | 0.53% | - |
| HSV(B) | 110.88º | 0.77% | 0.87% | - |
| XYZ | 29.41 | 53.48 | 11.79 | - |
| YUV | 158.15 | 66.96 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 50 | 0.66 | 0 | 0.77 | 0.13 | 110.88 | 0.72 | 0.53 |
| Hex | 4C | DD | 32 | 42 | 0 | 4D | D | 6F | 48 | 35 |
| Octal | 114 | 335 | 62 | 102 | 0 | 115 | 15 | 157 | 110 | 65 |
| Binary | 1001100 | 11011101 | 110010 | 1000010 | 0 | 1001101 | 1101 | 1101111 | 1001000 | 110101 |
Color Harmonies of #4CDD32
Complementary color
Monochromatic Colors of #4CDD32
Black with #4CDD32
Text Example
Text Example
White with #4CDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD32; }
p { color: rgb(76,221,50); }
H1.HeaderClassName
{
color: #4CDD32;
}
.AnyTagClassName
{
color: #4CDD32;
}
</style>
background-color css
<style>
a { background-color: #4CDD32; }
a { background-color: rgb(76,221,50); }
div.DivClassName
{
background-color: #4CDD32;
}
.BgClassName
{
background-color: #4CDD32;
}
</style>
border-color css
<style>
span { border-color: #4CDD32; }
span { border-color: rgb(76,221,50); }
td.TdClassName
{
border-color: #4CDD32;
}
.TagClassName
{
border-color: #4CDD32;
}
</style>