Shades of Lime Green #32CA31
Tints of Lime Green #32CA31
RGB
CMYK
RGB Variations
Color information
#32CA31 (or 0x32CA31) is known color: Lime Green. HEX triplet: 32, CA and 31. RGB value is (50,202,49). Sum of RGB (Red+Green+Blue) = 50+202+49=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA31 is #CD35CE. Grayscale: #8B8B8B. Windows color (decimal): -13448655 or 3263026. OLE color: 3263026.
HSL color Cylindrical-coordinate representation of color #32CA31: hue angle of 119.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CA31 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 49 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.21 |
| HSL | 119.61º | 0.61% | 0.49% | - |
| HSV(B) | 119.61º | 0.76% | 0.79% | - |
| XYZ | 22.99 | 43.14 | 10.02 | - |
| YUV | 139.11 | 77.14 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 49 | 0.75 | 0 | 0.76 | 0.21 | 119.61 | 0.61 | 0.49 |
| Hex | 32 | CA | 31 | 4B | 0 | 4C | 15 | 78 | 3D | 31 |
| Octal | 62 | 312 | 61 | 113 | 0 | 114 | 25 | 170 | 75 | 61 |
| Binary | 110010 | 11001010 | 110001 | 1001011 | 0 | 1001100 | 10101 | 1111000 | 111101 | 110001 |
Color Harmonies of #32CA31
Complementary color
Monochromatic Colors of #32CA31
Black with #32CA31
Text Example
Text Example
White with #32CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA31; }
p { color: rgb(50,202,49); }
H1.HeaderClassName
{
color: #32CA31;
}
.AnyTagClassName
{
color: #32CA31;
}
</style>
background-color css
<style>
a { background-color: #32CA31; }
a { background-color: rgb(50,202,49); }
div.DivClassName
{
background-color: #32CA31;
}
.BgClassName
{
background-color: #32CA31;
}
</style>
border-color css
<style>
span { border-color: #32CA31; }
span { border-color: rgb(50,202,49); }
td.TdClassName
{
border-color: #32CA31;
}
.TagClassName
{
border-color: #32CA31;
}
</style>