Shades of Lime Green #32C221
Tints of Lime Green #32C221
RGB
CMYK
RGB Variations
Color information
#32C221 (or 0x32C221) is known color: Lime Green. HEX triplet: 32, C2 and 21. RGB value is (50,194,33). Sum of RGB (Red+Green+Blue) = 50+194+33=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 194 (76.17% from 255 or 70.04% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 194 - color contains mainly: green. Hex color #32C221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C221 is #CD3DDE. Grayscale: #858585. Windows color (decimal): -13450719 or 2212402. OLE color: 2212402.
HSL color Cylindrical-coordinate representation of color #32C221: hue angle of 113.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32C221 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 33 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.24 |
| HSL | 113.66º | 0.71% | 0.45% | - |
| HSV(B) | 113.66º | 0.83% | 0.76% | - |
| XYZ | 20.88 | 39.37 | 7.94 | - |
| YUV | 132.59 | 71.79 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 33 | 0.74 | 0 | 0.83 | 0.24 | 113.66 | 0.71 | 0.45 |
| Hex | 32 | C2 | 21 | 4A | 0 | 53 | 18 | 72 | 47 | 2D |
| Octal | 62 | 302 | 41 | 112 | 0 | 123 | 30 | 162 | 107 | 55 |
| Binary | 110010 | 11000010 | 100001 | 1001010 | 0 | 1010011 | 11000 | 1110010 | 1000111 | 101101 |
Color Harmonies of #32C221
Complementary color
Monochromatic Colors of #32C221
Black with #32C221
Text Example
Text Example
White with #32C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C221; }
p { color: rgb(50,194,33); }
H1.HeaderClassName
{
color: #32C221;
}
.AnyTagClassName
{
color: #32C221;
}
</style>
background-color css
<style>
a { background-color: #32C221; }
a { background-color: rgb(50,194,33); }
div.DivClassName
{
background-color: #32C221;
}
.BgClassName
{
background-color: #32C221;
}
</style>
border-color css
<style>
span { border-color: #32C221; }
span { border-color: rgb(50,194,33); }
td.TdClassName
{
border-color: #32C221;
}
.TagClassName
{
border-color: #32C221;
}
</style>