Shades of Lime Green #32DD53
Tints of Lime Green #32DD53
RGB
CMYK
RGB Variations
Color information
#32DD53 (or 0x32DD53) is known color: Lime Green. HEX triplet: 32, DD and 53. RGB value is (50,221,83). Sum of RGB (Red+Green+Blue) = 50+221+83=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD53 is #CD22AC. Grayscale: #9A9A9A. Windows color (decimal): -13443757 or 5496114. OLE color: 5496114.
HSL color Cylindrical-coordinate representation of color #32DD53: hue angle of 131.58º 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 #32DD53 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 83 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.13 |
| HSL | 131.58º | 0.72% | 0.53% | - |
| HSV(B) | 131.58º | 0.77% | 0.87% | - |
| XYZ | 28.73 | 53.02 | 16.9 | - |
| YUV | 154.14 | 87.85 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 83 | 0.77 | 0 | 0.62 | 0.13 | 131.58 | 0.72 | 0.53 |
| Hex | 32 | DD | 53 | 4D | 0 | 3E | D | 84 | 48 | 35 |
| Octal | 62 | 335 | 123 | 115 | 0 | 76 | 15 | 204 | 110 | 65 |
| Binary | 110010 | 11011101 | 1010011 | 1001101 | 0 | 111110 | 1101 | 10000100 | 1001000 | 110101 |
Color Harmonies of #32DD53
Complementary color
Monochromatic Colors of #32DD53
Black with #32DD53
Text Example
Text Example
White with #32DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD53; }
p { color: rgb(50,221,83); }
H1.HeaderClassName
{
color: #32DD53;
}
.AnyTagClassName
{
color: #32DD53;
}
</style>
background-color css
<style>
a { background-color: #32DD53; }
a { background-color: rgb(50,221,83); }
div.DivClassName
{
background-color: #32DD53;
}
.BgClassName
{
background-color: #32DD53;
}
</style>
border-color css
<style>
span { border-color: #32DD53; }
span { border-color: rgb(50,221,83); }
td.TdClassName
{
border-color: #32DD53;
}
.TagClassName
{
border-color: #32DD53;
}
</style>