Shades of Lime Green #32CA2A
Tints of Lime Green #32CA2A
RGB
CMYK
RGB Variations
Color information
#32CA2A (or 0x32CA2A) is known color: Lime Green. HEX triplet: 32, CA and 2A. RGB value is (50,202,42). Sum of RGB (Red+Green+Blue) = 50+202+42=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA2A is #CD35D5. Grayscale: #8A8A8A. Windows color (decimal): -13448662 or 2804274. OLE color: 2804274.
HSL color Cylindrical-coordinate representation of color #32CA2A: hue angle of 117º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CA2A is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 42 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.21 |
| HSL | 117º | 0.66% | 0.48% | - |
| HSV(B) | 117º | 0.79% | 0.79% | - |
| XYZ | 22.85 | 43.09 | 9.3 | - |
| YUV | 138.31 | 73.64 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 42 | 0.75 | 0 | 0.79 | 0.21 | 117 | 0.66 | 0.48 |
| Hex | 32 | CA | 2A | 4B | 0 | 4F | 15 | 75 | 42 | 30 |
| Octal | 62 | 312 | 52 | 113 | 0 | 117 | 25 | 165 | 102 | 60 |
| Binary | 110010 | 11001010 | 101010 | 1001011 | 0 | 1001111 | 10101 | 1110101 | 1000010 | 110000 |
Color Harmonies of #32CA2A
Complementary color
Monochromatic Colors of #32CA2A
Black with #32CA2A
Text Example
Text Example
White with #32CA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA2A; }
p { color: rgb(50,202,42); }
H1.HeaderClassName
{
color: #32CA2A;
}
.AnyTagClassName
{
color: #32CA2A;
}
</style>
background-color css
<style>
a { background-color: #32CA2A; }
a { background-color: rgb(50,202,42); }
div.DivClassName
{
background-color: #32CA2A;
}
.BgClassName
{
background-color: #32CA2A;
}
</style>
border-color css
<style>
span { border-color: #32CA2A; }
span { border-color: rgb(50,202,42); }
td.TdClassName
{
border-color: #32CA2A;
}
.TagClassName
{
border-color: #32CA2A;
}
</style>