Shades of Lime Green #32D921
Tints of Lime Green #32D921
RGB
CMYK
RGB Variations
Color information
#32D921 (or 0x32D921) is known color: Lime Green. HEX triplet: 32, D9 and 21. RGB value is (50,217,33). Sum of RGB (Red+Green+Blue) = 50+217+33=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #32D921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D921 is #CD26DE. Grayscale: #929292. Windows color (decimal): -13444831 or 2218290. OLE color: 2218290.
HSL color Cylindrical-coordinate representation of color #32D921: hue angle of 114.46º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32D921 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 33 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.15 |
| HSL | 114.46º | 0.74% | 0.49% | - |
| HSV(B) | 114.46º | 0.85% | 0.85% | - |
| XYZ | 26.4 | 50.41 | 9.78 | - |
| YUV | 146.09 | 64.17 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 33 | 0.77 | 0 | 0.85 | 0.15 | 114.46 | 0.74 | 0.49 |
| Hex | 32 | D9 | 21 | 4D | 0 | 55 | F | 72 | 4A | 31 |
| Octal | 62 | 331 | 41 | 115 | 0 | 125 | 17 | 162 | 112 | 61 |
| Binary | 110010 | 11011001 | 100001 | 1001101 | 0 | 1010101 | 1111 | 1110010 | 1001010 | 110001 |
Color Harmonies of #32D921
Complementary color
Monochromatic Colors of #32D921
Black with #32D921
Text Example
Text Example
White with #32D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D921; }
p { color: rgb(50,217,33); }
H1.HeaderClassName
{
color: #32D921;
}
.AnyTagClassName
{
color: #32D921;
}
</style>
background-color css
<style>
a { background-color: #32D921; }
a { background-color: rgb(50,217,33); }
div.DivClassName
{
background-color: #32D921;
}
.BgClassName
{
background-color: #32D921;
}
</style>
border-color css
<style>
span { border-color: #32D921; }
span { border-color: rgb(50,217,33); }
td.TdClassName
{
border-color: #32D921;
}
.TagClassName
{
border-color: #32D921;
}
</style>