Shades of Lime Green #32D71F
Tints of Lime Green #32D71F
RGB
CMYK
RGB Variations
Color information
#32D71F (or 0x32D71F) is known color: Lime Green. HEX triplet: 32, D7 and 1F. RGB value is (50,215,31). Sum of RGB (Red+Green+Blue) = 50+215+31=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 215 (84.38% from 255 or 72.64% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 215 - color contains mainly: green. Hex color #32D71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D71F is #CD28E0. Grayscale: #919191. Windows color (decimal): -13445345 or 2086706. OLE color: 2086706.
HSL color Cylindrical-coordinate representation of color #32D71F: hue angle of 113.8º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32D71F is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 31 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.16 |
| HSL | 113.8º | 0.75% | 0.48% | - |
| HSV(B) | 113.8º | 0.86% | 0.84% | - |
| XYZ | 25.86 | 49.38 | 9.46 | - |
| YUV | 144.69 | 63.84 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 31 | 0.77 | 0 | 0.86 | 0.16 | 113.8 | 0.75 | 0.48 |
| Hex | 32 | D7 | 1F | 4D | 0 | 56 | 10 | 72 | 4B | 30 |
| Octal | 62 | 327 | 37 | 115 | 0 | 126 | 20 | 162 | 113 | 60 |
| Binary | 110010 | 11010111 | 11111 | 1001101 | 0 | 1010110 | 10000 | 1110010 | 1001011 | 110000 |
Color Harmonies of #32D71F
Complementary color
Monochromatic Colors of #32D71F
Black with #32D71F
Text Example
Text Example
White with #32D71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D71F; }
p { color: rgb(50,215,31); }
H1.HeaderClassName
{
color: #32D71F;
}
.AnyTagClassName
{
color: #32D71F;
}
</style>
background-color css
<style>
a { background-color: #32D71F; }
a { background-color: rgb(50,215,31); }
div.DivClassName
{
background-color: #32D71F;
}
.BgClassName
{
background-color: #32D71F;
}
</style>
border-color css
<style>
span { border-color: #32D71F; }
span { border-color: rgb(50,215,31); }
td.TdClassName
{
border-color: #32D71F;
}
.TagClassName
{
border-color: #32D71F;
}
</style>