Shades of Lime Green #32FB47
Tints of Lime Green #32FB47
RGB
CMYK
RGB Variations
Color information
#32FB47 (or 0x32FB47) is known color: Lime Green. HEX triplet: 32, FB and 47. RGB value is (50,251,71). Sum of RGB (Red+Green+Blue) = 50+251+71=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 251 (98.44% from 255 or 67.47% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FB47 is #CD04B8. Grayscale: #AAAAAA. Windows color (decimal): -13436089 or 4717362. OLE color: 4717362.
HSL color Cylindrical-coordinate representation of color #32FB47: hue angle of 126.27º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FB47 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 71 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.02 |
| HSL | 126.27º | 0.96% | 0.59% | - |
| HSV(B) | 126.27º | 0.8% | 0.98% | - |
| XYZ | 36.95 | 70.13 | 17.55 | - |
| YUV | 170.38 | 71.91 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 71 | 0.80 | 0 | 0.72 | 0.02 | 126.27 | 0.96 | 0.59 |
| Hex | 32 | FB | 47 | 50 | 0 | 48 | 2 | 7E | 60 | 3B |
| Octal | 62 | 373 | 107 | 120 | 0 | 110 | 2 | 176 | 140 | 73 |
| Binary | 110010 | 11111011 | 1000111 | 1010000 | 0 | 1001000 | 10 | 1111110 | 1100000 | 111011 |
Color Harmonies of #32FB47
Complementary color
Monochromatic Colors of #32FB47
Black with #32FB47
Text Example
Text Example
White with #32FB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB47; }
p { color: rgb(50,251,71); }
H1.HeaderClassName
{
color: #32FB47;
}
.AnyTagClassName
{
color: #32FB47;
}
</style>
background-color css
<style>
a { background-color: #32FB47; }
a { background-color: rgb(50,251,71); }
div.DivClassName
{
background-color: #32FB47;
}
.BgClassName
{
background-color: #32FB47;
}
</style>
border-color css
<style>
span { border-color: #32FB47; }
span { border-color: rgb(50,251,71); }
td.TdClassName
{
border-color: #32FB47;
}
.TagClassName
{
border-color: #32FB47;
}
</style>