Shades of Lime Green #32CA22
Tints of Lime Green #32CA22
RGB
CMYK
RGB Variations
Color information
#32CA22 (or 0x32CA22) is known color: Lime Green. HEX triplet: 32, CA and 22. RGB value is (50,202,34). Sum of RGB (Red+Green+Blue) = 50+202+34=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA22 is #CD35DD. Grayscale: #898989. Windows color (decimal): -13448670 or 2279986. OLE color: 2279986.
HSL color Cylindrical-coordinate representation of color #32CA22: hue angle of 114.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32CA22 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 34 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.21 |
| HSL | 114.29º | 0.71% | 0.46% | - |
| HSV(B) | 114.29º | 0.83% | 0.79% | - |
| XYZ | 22.72 | 43.03 | 8.62 | - |
| YUV | 137.4 | 69.64 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 34 | 0.75 | 0 | 0.83 | 0.21 | 114.29 | 0.71 | 0.46 |
| Hex | 32 | CA | 22 | 4B | 0 | 53 | 15 | 72 | 47 | 2E |
| Octal | 62 | 312 | 42 | 113 | 0 | 123 | 25 | 162 | 107 | 56 |
| Binary | 110010 | 11001010 | 100010 | 1001011 | 0 | 1010011 | 10101 | 1110010 | 1000111 | 101110 |
Color Harmonies of #32CA22
Complementary color
Monochromatic Colors of #32CA22
Black with #32CA22
Text Example
Text Example
White with #32CA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA22; }
p { color: rgb(50,202,34); }
H1.HeaderClassName
{
color: #32CA22;
}
.AnyTagClassName
{
color: #32CA22;
}
</style>
background-color css
<style>
a { background-color: #32CA22; }
a { background-color: rgb(50,202,34); }
div.DivClassName
{
background-color: #32CA22;
}
.BgClassName
{
background-color: #32CA22;
}
</style>
border-color css
<style>
span { border-color: #32CA22; }
span { border-color: rgb(50,202,34); }
td.TdClassName
{
border-color: #32CA22;
}
.TagClassName
{
border-color: #32CA22;
}
</style>