Shades of Lime Green #32CC21
Tints of Lime Green #32CC21
RGB
CMYK
RGB Variations
Color information
#32CC21 (or 0x32CC21) is known color: Lime Green. HEX triplet: 32, CC and 21. RGB value is (50,204,33). Sum of RGB (Red+Green+Blue) = 50+204+33=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC21 is #CD33DE. Grayscale: #8A8A8A. Windows color (decimal): -13448159 or 2214962. OLE color: 2214962.
HSL color Cylindrical-coordinate representation of color #32CC21: hue angle of 114.04º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32CC21 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 33 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.2 |
| HSL | 114.04º | 0.72% | 0.46% | - |
| HSV(B) | 114.04º | 0.84% | 0.8% | - |
| XYZ | 23.18 | 43.97 | 8.7 | - |
| YUV | 138.46 | 68.48 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 33 | 0.75 | 0 | 0.84 | 0.2 | 114.04 | 0.72 | 0.46 |
| Hex | 32 | CC | 21 | 4B | 0 | 54 | 14 | 72 | 48 | 2E |
| Octal | 62 | 314 | 41 | 113 | 0 | 124 | 24 | 162 | 110 | 56 |
| Binary | 110010 | 11001100 | 100001 | 1001011 | 0 | 1010100 | 10100 | 1110010 | 1001000 | 101110 |
Color Harmonies of #32CC21
Complementary color
Monochromatic Colors of #32CC21
Black with #32CC21
Text Example
Text Example
White with #32CC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC21; }
p { color: rgb(50,204,33); }
H1.HeaderClassName
{
color: #32CC21;
}
.AnyTagClassName
{
color: #32CC21;
}
</style>
background-color css
<style>
a { background-color: #32CC21; }
a { background-color: rgb(50,204,33); }
div.DivClassName
{
background-color: #32CC21;
}
.BgClassName
{
background-color: #32CC21;
}
</style>
border-color css
<style>
span { border-color: #32CC21; }
span { border-color: rgb(50,204,33); }
td.TdClassName
{
border-color: #32CC21;
}
.TagClassName
{
border-color: #32CC21;
}
</style>