Shades of Lime Green #32DD47
Tints of Lime Green #32DD47
RGB
CMYK
RGB Variations
Color information
#32DD47 (or 0x32DD47) is known color: Lime Green. HEX triplet: 32, DD and 47. RGB value is (50,221,71). Sum of RGB (Red+Green+Blue) = 50+221+71=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DD47 is #CD22B8. Grayscale: #999999. Windows color (decimal): -13443769 or 4709682. OLE color: 4709682.
HSL color Cylindrical-coordinate representation of color #32DD47: hue angle of 127.37º 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 #32DD47 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 71 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.13 |
| HSL | 127.37º | 0.72% | 0.53% | - |
| HSV(B) | 127.37º | 0.77% | 0.87% | - |
| XYZ | 28.31 | 52.85 | 14.67 | - |
| YUV | 152.77 | 81.85 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 71 | 0.77 | 0 | 0.68 | 0.13 | 127.37 | 0.72 | 0.53 |
| Hex | 32 | DD | 47 | 4D | 0 | 44 | D | 7F | 48 | 35 |
| Octal | 62 | 335 | 107 | 115 | 0 | 104 | 15 | 177 | 110 | 65 |
| Binary | 110010 | 11011101 | 1000111 | 1001101 | 0 | 1000100 | 1101 | 1111111 | 1001000 | 110101 |
Color Harmonies of #32DD47
Complementary color
Monochromatic Colors of #32DD47
Black with #32DD47
Text Example
Text Example
White with #32DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD47; }
p { color: rgb(50,221,71); }
H1.HeaderClassName
{
color: #32DD47;
}
.AnyTagClassName
{
color: #32DD47;
}
</style>
background-color css
<style>
a { background-color: #32DD47; }
a { background-color: rgb(50,221,71); }
div.DivClassName
{
background-color: #32DD47;
}
.BgClassName
{
background-color: #32DD47;
}
</style>
border-color css
<style>
span { border-color: #32DD47; }
span { border-color: rgb(50,221,71); }
td.TdClassName
{
border-color: #32DD47;
}
.TagClassName
{
border-color: #32DD47;
}
</style>