Shades of Lime Green #32CC47
Tints of Lime Green #32CC47
RGB
CMYK
RGB Variations
Color information
#32CC47 (or 0x32CC47) is known color: Lime Green. HEX triplet: 32, CC and 47. RGB value is (50,204,71). Sum of RGB (Red+Green+Blue) = 50+204+71=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC47 is #CD33B8. Grayscale: #8F8F8F. Windows color (decimal): -13448121 or 4705330. OLE color: 4705330.
HSL color Cylindrical-coordinate representation of color #32CC47: hue angle of 128.18º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC47 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 71 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.2 |
| HSL | 128.18º | 0.61% | 0.5% | - |
| HSV(B) | 128.18º | 0.75% | 0.8% | - |
| XYZ | 24.05 | 44.32 | 13.25 | - |
| YUV | 142.79 | 87.48 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 71 | 0.75 | 0 | 0.65 | 0.2 | 128.18 | 0.61 | 0.5 |
| Hex | 32 | CC | 47 | 4B | 0 | 41 | 14 | 80 | 3D | 32 |
| Octal | 62 | 314 | 107 | 113 | 0 | 101 | 24 | 200 | 75 | 62 |
| Binary | 110010 | 11001100 | 1000111 | 1001011 | 0 | 1000001 | 10100 | 10000000 | 111101 | 110010 |
Color Harmonies of #32CC47
Complementary color
Monochromatic Colors of #32CC47
Black with #32CC47
Text Example
Text Example
White with #32CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC47; }
p { color: rgb(50,204,71); }
H1.HeaderClassName
{
color: #32CC47;
}
.AnyTagClassName
{
color: #32CC47;
}
</style>
background-color css
<style>
a { background-color: #32CC47; }
a { background-color: rgb(50,204,71); }
div.DivClassName
{
background-color: #32CC47;
}
.BgClassName
{
background-color: #32CC47;
}
</style>
border-color css
<style>
span { border-color: #32CC47; }
span { border-color: rgb(50,204,71); }
td.TdClassName
{
border-color: #32CC47;
}
.TagClassName
{
border-color: #32CC47;
}
</style>