Shades of Lime Green #32CA20
Tints of Lime Green #32CA20
RGB
CMYK
RGB Variations
Color information
#32CA20 (or 0x32CA20) is known color: Lime Green. HEX triplet: 32, CA and 20. RGB value is (50,202,32). Sum of RGB (Red+Green+Blue) = 50+202+32=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA20 is #CD35DF. Grayscale: #898989. Windows color (decimal): -13448672 or 2148914. OLE color: 2148914.
HSL color Cylindrical-coordinate representation of color #32CA20: hue angle of 113.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32CA20 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 32 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.21 |
| HSL | 113.65º | 0.73% | 0.46% | - |
| HSV(B) | 113.65º | 0.84% | 0.79% | - |
| XYZ | 22.7 | 43.02 | 8.47 | - |
| YUV | 137.17 | 68.64 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 32 | 0.75 | 0 | 0.84 | 0.21 | 113.65 | 0.73 | 0.46 |
| Hex | 32 | CA | 20 | 4B | 0 | 54 | 15 | 72 | 49 | 2E |
| Octal | 62 | 312 | 40 | 113 | 0 | 124 | 25 | 162 | 111 | 56 |
| Binary | 110010 | 11001010 | 100000 | 1001011 | 0 | 1010100 | 10101 | 1110010 | 1001001 | 101110 |
Color Harmonies of #32CA20
Complementary color
Monochromatic Colors of #32CA20
Black with #32CA20
Text Example
Text Example
White with #32CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA20; }
p { color: rgb(50,202,32); }
H1.HeaderClassName
{
color: #32CA20;
}
.AnyTagClassName
{
color: #32CA20;
}
</style>
background-color css
<style>
a { background-color: #32CA20; }
a { background-color: rgb(50,202,32); }
div.DivClassName
{
background-color: #32CA20;
}
.BgClassName
{
background-color: #32CA20;
}
</style>
border-color css
<style>
span { border-color: #32CA20; }
span { border-color: rgb(50,202,32); }
td.TdClassName
{
border-color: #32CA20;
}
.TagClassName
{
border-color: #32CA20;
}
</style>