Shades of Lime Green #32BD47
Tints of Lime Green #32BD47
RGB
CMYK
RGB Variations
Color information
#32BD47 (or 0x32BD47) is known color: Lime Green. HEX triplet: 32, BD and 47. RGB value is (50,189,71). Sum of RGB (Red+Green+Blue) = 50+189+71=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD47 is #CD42B8. Grayscale: #868686. Windows color (decimal): -13451961 or 4701490. OLE color: 4701490.
HSL color Cylindrical-coordinate representation of color #32BD47: hue angle of 129.06º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD47 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 71 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.26 |
| HSL | 129.06º | 0.58% | 0.47% | - |
| HSV(B) | 129.06º | 0.74% | 0.74% | - |
| XYZ | 20.65 | 37.53 | 12.12 | - |
| YUV | 133.99 | 92.45 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 71 | 0.74 | 0 | 0.62 | 0.26 | 129.06 | 0.58 | 0.47 |
| Hex | 32 | BD | 47 | 4A | 0 | 3E | 1A | 81 | 3A | 2F |
| Octal | 62 | 275 | 107 | 112 | 0 | 76 | 32 | 201 | 72 | 57 |
| Binary | 110010 | 10111101 | 1000111 | 1001010 | 0 | 111110 | 11010 | 10000001 | 111010 | 101111 |
Color Harmonies of #32BD47
Complementary color
Monochromatic Colors of #32BD47
Black with #32BD47
Text Example
Text Example
White with #32BD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD47; }
p { color: rgb(50,189,71); }
H1.HeaderClassName
{
color: #32BD47;
}
.AnyTagClassName
{
color: #32BD47;
}
</style>
background-color css
<style>
a { background-color: #32BD47; }
a { background-color: rgb(50,189,71); }
div.DivClassName
{
background-color: #32BD47;
}
.BgClassName
{
background-color: #32BD47;
}
</style>
border-color css
<style>
span { border-color: #32BD47; }
span { border-color: rgb(50,189,71); }
td.TdClassName
{
border-color: #32BD47;
}
.TagClassName
{
border-color: #32BD47;
}
</style>