Shades of Lime Green #32FF47
Tints of Lime Green #32FF47
RGB
CMYK
RGB Variations
Color information
#32FF47 (or 0x32FF47) is known color: Lime Green. HEX triplet: 32, FF and 47. RGB value is (50,255,71). Sum of RGB (Red+Green+Blue) = 50+255+71=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF47 is #CD00B8. Grayscale: #ADADAD. Windows color (decimal): -13435065 or 4718386. OLE color: 4718386.
HSL color Cylindrical-coordinate representation of color #32FF47: hue angle of 126.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FF47 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 71 | - |
| CMYK | 0.80 | 0 | 0.72 | 0 |
| HSL | 126.15º | 1% | 0.6% | - |
| HSV(B) | 126.15º | 0.8% | 1% | - |
| XYZ | 38.21 | 72.65 | 17.97 | - |
| YUV | 172.73 | 70.58 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 71 | 0.80 | 0 | 0.72 | 0 | 126.15 | 1 | 0.6 |
| Hex | 32 | FF | 47 | 50 | 0 | 48 | 0 | 7E | 64 | 3C |
| Octal | 62 | 377 | 107 | 120 | 0 | 110 | 0 | 176 | 144 | 74 |
| Binary | 110010 | 11111111 | 1000111 | 1010000 | 0 | 1001000 | 0 | 1111110 | 1100100 | 111100 |
Color Harmonies of #32FF47
Complementary color
Monochromatic Colors of #32FF47
Black with #32FF47
Text Example
Text Example
White with #32FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF47; }
p { color: rgb(50,255,71); }
H1.HeaderClassName
{
color: #32FF47;
}
.AnyTagClassName
{
color: #32FF47;
}
</style>
background-color css
<style>
a { background-color: #32FF47; }
a { background-color: rgb(50,255,71); }
div.DivClassName
{
background-color: #32FF47;
}
.BgClassName
{
background-color: #32FF47;
}
</style>
border-color css
<style>
span { border-color: #32FF47; }
span { border-color: rgb(50,255,71); }
td.TdClassName
{
border-color: #32FF47;
}
.TagClassName
{
border-color: #32FF47;
}
</style>