Shades of Lime Green #32E447
Tints of Lime Green #32E447
RGB
CMYK
RGB Variations
Color information
#32E447 (or 0x32E447) is known color: Lime Green. HEX triplet: 32, E4 and 47. RGB value is (50,228,71). Sum of RGB (Red+Green+Blue) = 50+228+71=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 228 (89.45% from 255 or 65.33% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 228 - color contains mainly: green. Hex color #32E447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E447 is #CD1BB8. Grayscale: #9D9D9D. Windows color (decimal): -13441977 or 4711474. OLE color: 4711474.
HSL color Cylindrical-coordinate representation of color #32E447: hue angle of 127.08º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E447 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 71 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.11 |
| HSL | 127.08º | 0.77% | 0.55% | - |
| HSV(B) | 127.08º | 0.78% | 0.89% | - |
| XYZ | 30.2 | 56.62 | 15.3 | - |
| YUV | 156.88 | 79.53 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 71 | 0.78 | 0 | 0.69 | 0.11 | 127.08 | 0.77 | 0.55 |
| Hex | 32 | E4 | 47 | 4E | 0 | 45 | B | 7F | 4D | 37 |
| Octal | 62 | 344 | 107 | 116 | 0 | 105 | 13 | 177 | 115 | 67 |
| Binary | 110010 | 11100100 | 1000111 | 1001110 | 0 | 1000101 | 1011 | 1111111 | 1001101 | 110111 |
Color Harmonies of #32E447
Complementary color
Monochromatic Colors of #32E447
Black with #32E447
Text Example
Text Example
White with #32E447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E447; }
p { color: rgb(50,228,71); }
H1.HeaderClassName
{
color: #32E447;
}
.AnyTagClassName
{
color: #32E447;
}
</style>
background-color css
<style>
a { background-color: #32E447; }
a { background-color: rgb(50,228,71); }
div.DivClassName
{
background-color: #32E447;
}
.BgClassName
{
background-color: #32E447;
}
</style>
border-color css
<style>
span { border-color: #32E447; }
span { border-color: rgb(50,228,71); }
td.TdClassName
{
border-color: #32E447;
}
.TagClassName
{
border-color: #32E447;
}
</style>