Shades of Lime Green #32C716
Tints of Lime Green #32C716
RGB
CMYK
RGB Variations
Color information
#32C716 (or 0x32C716) is known color: Lime Green. HEX triplet: 32, C7 and 16. RGB value is (50,199,22). Sum of RGB (Red+Green+Blue) = 50+199+22=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 199 (78.12% from 255 or 73.43% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 199 - color contains mainly: green. Hex color #32C716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C716 is #CD38E9. Grayscale: #868686. Windows color (decimal): -13449450 or 1492786. OLE color: 1492786.
HSL color Cylindrical-coordinate representation of color #32C716: hue angle of 110.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32C716 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 199 | 22 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.22 |
| HSL | 110.51º | 0.8% | 0.43% | - |
| HSV(B) | 110.51º | 0.89% | 0.78% | - |
| XYZ | 21.88 | 41.58 | 7.63 | - |
| YUV | 134.27 | 64.64 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 199 | 22 | 0.75 | 0 | 0.89 | 0.22 | 110.51 | 0.8 | 0.43 |
| Hex | 32 | C7 | 16 | 4B | 0 | 59 | 16 | 6F | 50 | 2B |
| Octal | 62 | 307 | 26 | 113 | 0 | 131 | 26 | 157 | 120 | 53 |
| Binary | 110010 | 11000111 | 10110 | 1001011 | 0 | 1011001 | 10110 | 1101111 | 1010000 | 101011 |
Color Harmonies of #32C716
Complementary color
Monochromatic Colors of #32C716
Black with #32C716
Text Example
Text Example
White with #32C716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C716; }
p { color: rgb(50,199,22); }
H1.HeaderClassName
{
color: #32C716;
}
.AnyTagClassName
{
color: #32C716;
}
</style>
background-color css
<style>
a { background-color: #32C716; }
a { background-color: rgb(50,199,22); }
div.DivClassName
{
background-color: #32C716;
}
.BgClassName
{
background-color: #32C716;
}
</style>
border-color css
<style>
span { border-color: #32C716; }
span { border-color: rgb(50,199,22); }
td.TdClassName
{
border-color: #32C716;
}
.TagClassName
{
border-color: #32C716;
}
</style>