Shades of Lime Green #32DD3B
Tints of Lime Green #32DD3B
RGB
CMYK
RGB Variations
Color information
#32DD3B (or 0x32DD3B) is known color: Lime Green. HEX triplet: 32, DD and 3B. RGB value is (50,221,59). Sum of RGB (Red+Green+Blue) = 50+221+59=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DD3B is #CD22C4. Grayscale: #979797. Windows color (decimal): -13443781 or 3923250. OLE color: 3923250.
HSL color Cylindrical-coordinate representation of color #32DD3B: hue angle of 123.16º 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 #32DD3B is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 59 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.13 |
| HSL | 123.16º | 0.72% | 0.53% | - |
| HSV(B) | 123.16º | 0.77% | 0.87% | - |
| XYZ | 27.96 | 52.71 | 12.84 | - |
| YUV | 151.4 | 75.85 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 59 | 0.77 | 0 | 0.73 | 0.13 | 123.16 | 0.72 | 0.53 |
| Hex | 32 | DD | 3B | 4D | 0 | 49 | D | 7B | 48 | 35 |
| Octal | 62 | 335 | 73 | 115 | 0 | 111 | 15 | 173 | 110 | 65 |
| Binary | 110010 | 11011101 | 111011 | 1001101 | 0 | 1001001 | 1101 | 1111011 | 1001000 | 110101 |
Color Harmonies of #32DD3B
Complementary color
Monochromatic Colors of #32DD3B
Black with #32DD3B
Text Example
Text Example
White with #32DD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD3B; }
p { color: rgb(50,221,59); }
H1.HeaderClassName
{
color: #32DD3B;
}
.AnyTagClassName
{
color: #32DD3B;
}
</style>
background-color css
<style>
a { background-color: #32DD3B; }
a { background-color: rgb(50,221,59); }
div.DivClassName
{
background-color: #32DD3B;
}
.BgClassName
{
background-color: #32DD3B;
}
</style>
border-color css
<style>
span { border-color: #32DD3B; }
span { border-color: rgb(50,221,59); }
td.TdClassName
{
border-color: #32DD3B;
}
.TagClassName
{
border-color: #32DD3B;
}
</style>