Shades of Lime Green #32D021
Tints of Lime Green #32D021
RGB
CMYK
RGB Variations
Color information
#32D021 (or 0x32D021) is known color: Lime Green. HEX triplet: 32, D0 and 21. RGB value is (50,208,33). Sum of RGB (Red+Green+Blue) = 50+208+33=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 208 (81.64% from 255 or 71.48% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 208 - color contains mainly: green. Hex color #32D021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D021 is #CD2FDE. Grayscale: #8D8D8D. Windows color (decimal): -13447135 or 2215986. OLE color: 2215986.
HSL color Cylindrical-coordinate representation of color #32D021: hue angle of 114.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32D021 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 33 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.18 |
| HSL | 114.17º | 0.73% | 0.47% | - |
| HSV(B) | 114.17º | 0.84% | 0.82% | - |
| XYZ | 24.15 | 45.9 | 9.03 | - |
| YUV | 140.81 | 67.15 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 33 | 0.76 | 0 | 0.84 | 0.18 | 114.17 | 0.73 | 0.47 |
| Hex | 32 | D0 | 21 | 4C | 0 | 54 | 12 | 72 | 49 | 2F |
| Octal | 62 | 320 | 41 | 114 | 0 | 124 | 22 | 162 | 111 | 57 |
| Binary | 110010 | 11010000 | 100001 | 1001100 | 0 | 1010100 | 10010 | 1110010 | 1001001 | 101111 |
Color Harmonies of #32D021
Complementary color
Monochromatic Colors of #32D021
Black with #32D021
Text Example
Text Example
White with #32D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D021; }
p { color: rgb(50,208,33); }
H1.HeaderClassName
{
color: #32D021;
}
.AnyTagClassName
{
color: #32D021;
}
</style>
background-color css
<style>
a { background-color: #32D021; }
a { background-color: rgb(50,208,33); }
div.DivClassName
{
background-color: #32D021;
}
.BgClassName
{
background-color: #32D021;
}
</style>
border-color css
<style>
span { border-color: #32D021; }
span { border-color: rgb(50,208,33); }
td.TdClassName
{
border-color: #32D021;
}
.TagClassName
{
border-color: #32D021;
}
</style>