Shades of Lime Green #32DD52
Tints of Lime Green #32DD52
RGB
CMYK
RGB Variations
Color information
#32DD52 (or 0x32DD52) is known color: Lime Green. HEX triplet: 32, DD and 52. RGB value is (50,221,82). Sum of RGB (Red+Green+Blue) = 50+221+82=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD52 is #CD22AD. Grayscale: #9A9A9A. Windows color (decimal): -13443758 or 5430578. OLE color: 5430578.
HSL color Cylindrical-coordinate representation of color #32DD52: hue angle of 131.23º 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 #32DD52 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 82 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.13 |
| HSL | 131.23º | 0.72% | 0.53% | - |
| HSV(B) | 131.23º | 0.77% | 0.87% | - |
| XYZ | 28.69 | 53 | 16.7 | - |
| YUV | 154.03 | 87.35 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 82 | 0.77 | 0 | 0.63 | 0.13 | 131.23 | 0.72 | 0.53 |
| Hex | 32 | DD | 52 | 4D | 0 | 3F | D | 83 | 48 | 35 |
| Octal | 62 | 335 | 122 | 115 | 0 | 77 | 15 | 203 | 110 | 65 |
| Binary | 110010 | 11011101 | 1010010 | 1001101 | 0 | 111111 | 1101 | 10000011 | 1001000 | 110101 |
Color Harmonies of #32DD52
Complementary color
Monochromatic Colors of #32DD52
Black with #32DD52
Text Example
Text Example
White with #32DD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD52; }
p { color: rgb(50,221,82); }
H1.HeaderClassName
{
color: #32DD52;
}
.AnyTagClassName
{
color: #32DD52;
}
</style>
background-color css
<style>
a { background-color: #32DD52; }
a { background-color: rgb(50,221,82); }
div.DivClassName
{
background-color: #32DD52;
}
.BgClassName
{
background-color: #32DD52;
}
</style>
border-color css
<style>
span { border-color: #32DD52; }
span { border-color: rgb(50,221,82); }
td.TdClassName
{
border-color: #32DD52;
}
.TagClassName
{
border-color: #32DD52;
}
</style>