Shades of Lime Green #32B71F
Tints of Lime Green #32B71F
RGB
CMYK
RGB Variations
Color information
#32B71F (or 0x32B71F) is known color: Lime Green. HEX triplet: 32, B7 and 1F. RGB value is (50,183,31). Sum of RGB (Red+Green+Blue) = 50+183+31=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 183 (71.88% from 255 or 69.32% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 183 - color contains mainly: green. Hex color #32B71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B71F is #CD48E0. Grayscale: #7E7E7E. Windows color (decimal): -13453537 or 2078514. OLE color: 2078514.
HSL color Cylindrical-coordinate representation of color #32B71F: hue angle of 112.5º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32B71F is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 31 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.28 |
| HSL | 112.5º | 0.71% | 0.42% | - |
| HSV(B) | 112.5º | 0.83% | 0.72% | - |
| XYZ | 18.5 | 34.64 | 7.01 | - |
| YUV | 125.91 | 74.44 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 31 | 0.73 | 0 | 0.83 | 0.28 | 112.5 | 0.71 | 0.42 |
| Hex | 32 | B7 | 1F | 49 | 0 | 53 | 1C | 70 | 47 | 2A |
| Octal | 62 | 267 | 37 | 111 | 0 | 123 | 34 | 160 | 107 | 52 |
| Binary | 110010 | 10110111 | 11111 | 1001001 | 0 | 1010011 | 11100 | 1110000 | 1000111 | 101010 |
Color Harmonies of #32B71F
Complementary color
Monochromatic Colors of #32B71F
Black with #32B71F
Text Example
Text Example
White with #32B71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B71F; }
p { color: rgb(50,183,31); }
H1.HeaderClassName
{
color: #32B71F;
}
.AnyTagClassName
{
color: #32B71F;
}
</style>
background-color css
<style>
a { background-color: #32B71F; }
a { background-color: rgb(50,183,31); }
div.DivClassName
{
background-color: #32B71F;
}
.BgClassName
{
background-color: #32B71F;
}
</style>
border-color css
<style>
span { border-color: #32B71F; }
span { border-color: rgb(50,183,31); }
td.TdClassName
{
border-color: #32B71F;
}
.TagClassName
{
border-color: #32B71F;
}
</style>