Shades of Lime Green #32CA3F
Tints of Lime Green #32CA3F
RGB
CMYK
RGB Variations
Color information
#32CA3F (or 0x32CA3F) is known color: Lime Green. HEX triplet: 32, CA and 3F. RGB value is (50,202,63). Sum of RGB (Red+Green+Blue) = 50+202+63=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA3F is #CD35C0. Grayscale: #8D8D8D. Windows color (decimal): -13448641 or 4180530. OLE color: 4180530.
HSL color Cylindrical-coordinate representation of color #32CA3F: hue angle of 125.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA3F is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 63 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.21 |
| HSL | 125.13º | 0.6% | 0.49% | - |
| HSV(B) | 125.13º | 0.75% | 0.79% | - |
| XYZ | 23.33 | 43.28 | 11.83 | - |
| YUV | 140.71 | 84.14 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 63 | 0.75 | 0 | 0.69 | 0.21 | 125.13 | 0.6 | 0.49 |
| Hex | 32 | CA | 3F | 4B | 0 | 45 | 15 | 7D | 3C | 31 |
| Octal | 62 | 312 | 77 | 113 | 0 | 105 | 25 | 175 | 74 | 61 |
| Binary | 110010 | 11001010 | 111111 | 1001011 | 0 | 1000101 | 10101 | 1111101 | 111100 | 110001 |
Color Harmonies of #32CA3F
Complementary color
Monochromatic Colors of #32CA3F
Black with #32CA3F
Text Example
Text Example
White with #32CA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA3F; }
p { color: rgb(50,202,63); }
H1.HeaderClassName
{
color: #32CA3F;
}
.AnyTagClassName
{
color: #32CA3F;
}
</style>
background-color css
<style>
a { background-color: #32CA3F; }
a { background-color: rgb(50,202,63); }
div.DivClassName
{
background-color: #32CA3F;
}
.BgClassName
{
background-color: #32CA3F;
}
</style>
border-color css
<style>
span { border-color: #32CA3F; }
span { border-color: rgb(50,202,63); }
td.TdClassName
{
border-color: #32CA3F;
}
.TagClassName
{
border-color: #32CA3F;
}
</style>