Shades of Lime Green #32D72C
Tints of Lime Green #32D72C
RGB
CMYK
RGB Variations
Color information
#32D72C (or 0x32D72C) is known color: Lime Green. HEX triplet: 32, D7 and 2C. RGB value is (50,215,44). Sum of RGB (Red+Green+Blue) = 50+215+44=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 215 (84.38% from 255 or 69.58% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 215 - color contains mainly: green. Hex color #32D72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D72C is #CD28D3. Grayscale: #929292. Windows color (decimal): -13445332 or 2938674. OLE color: 2938674.
HSL color Cylindrical-coordinate representation of color #32D72C: hue angle of 117.89º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D72C is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 44 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.16 |
| HSL | 117.89º | 0.68% | 0.51% | - |
| HSV(B) | 117.89º | 0.8% | 0.84% | - |
| XYZ | 26.07 | 49.46 | 10.56 | - |
| YUV | 146.17 | 70.34 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 44 | 0.77 | 0 | 0.80 | 0.16 | 117.89 | 0.68 | 0.51 |
| Hex | 32 | D7 | 2C | 4D | 0 | 50 | 10 | 76 | 44 | 33 |
| Octal | 62 | 327 | 54 | 115 | 0 | 120 | 20 | 166 | 104 | 63 |
| Binary | 110010 | 11010111 | 101100 | 1001101 | 0 | 1010000 | 10000 | 1110110 | 1000100 | 110011 |
Color Harmonies of #32D72C
Complementary color
Monochromatic Colors of #32D72C
Black with #32D72C
Text Example
Text Example
White with #32D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D72C; }
p { color: rgb(50,215,44); }
H1.HeaderClassName
{
color: #32D72C;
}
.AnyTagClassName
{
color: #32D72C;
}
</style>
background-color css
<style>
a { background-color: #32D72C; }
a { background-color: rgb(50,215,44); }
div.DivClassName
{
background-color: #32D72C;
}
.BgClassName
{
background-color: #32D72C;
}
</style>
border-color css
<style>
span { border-color: #32D72C; }
span { border-color: rgb(50,215,44); }
td.TdClassName
{
border-color: #32D72C;
}
.TagClassName
{
border-color: #32D72C;
}
</style>