Shades of Lime Green #32D716
Tints of Lime Green #32D716
RGB
CMYK
RGB Variations
Color information
#32D716 (or 0x32D716) is known color: Lime Green. HEX triplet: 32, D7 and 16. RGB value is (50,215,22). Sum of RGB (Red+Green+Blue) = 50+215+22=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 215 (84.38% from 255 or 74.91% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 215 - color contains mainly: green. Hex color #32D716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D716 is #CD28E9. Grayscale: #909090. Windows color (decimal): -13445354 or 1496882. OLE color: 1496882.
HSL color Cylindrical-coordinate representation of color #32D716: hue angle of 111.3º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32D716 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 22 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.16 |
| HSL | 111.3º | 0.81% | 0.46% | - |
| HSV(B) | 111.3º | 0.9% | 0.84% | - |
| XYZ | 25.76 | 49.34 | 8.92 | - |
| YUV | 143.66 | 59.34 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 22 | 0.77 | 0 | 0.90 | 0.16 | 111.3 | 0.81 | 0.46 |
| Hex | 32 | D7 | 16 | 4D | 0 | 5A | 10 | 6F | 51 | 2E |
| Octal | 62 | 327 | 26 | 115 | 0 | 132 | 20 | 157 | 121 | 56 |
| Binary | 110010 | 11010111 | 10110 | 1001101 | 0 | 1011010 | 10000 | 1101111 | 1010001 | 101110 |
Color Harmonies of #32D716
Complementary color
Monochromatic Colors of #32D716
Black with #32D716
Text Example
Text Example
White with #32D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D716; }
p { color: rgb(50,215,22); }
H1.HeaderClassName
{
color: #32D716;
}
.AnyTagClassName
{
color: #32D716;
}
</style>
background-color css
<style>
a { background-color: #32D716; }
a { background-color: rgb(50,215,22); }
div.DivClassName
{
background-color: #32D716;
}
.BgClassName
{
background-color: #32D716;
}
</style>
border-color css
<style>
span { border-color: #32D716; }
span { border-color: rgb(50,215,22); }
td.TdClassName
{
border-color: #32D716;
}
.TagClassName
{
border-color: #32D716;
}
</style>