Shades of Lime Green #32E131
Tints of Lime Green #32E131
RGB
CMYK
RGB Variations
Color information
#32E131 (or 0x32E131) is known color: Lime Green. HEX triplet: 32, E1 and 31. RGB value is (50,225,49). Sum of RGB (Red+Green+Blue) = 50+225+49=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #32E131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E131 is #CD1ECE. Grayscale: #999999. Windows color (decimal): -13442767 or 3268914. OLE color: 3268914.
HSL color Cylindrical-coordinate representation of color #32E131: hue angle of 119.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E131 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 49 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.12 |
| HSL | 119.66º | 0.75% | 0.54% | - |
| HSV(B) | 119.66º | 0.78% | 0.88% | - |
| XYZ | 28.79 | 54.75 | 11.96 | - |
| YUV | 152.61 | 69.52 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 49 | 0.78 | 0 | 0.78 | 0.12 | 119.66 | 0.75 | 0.54 |
| Hex | 32 | E1 | 31 | 4E | 0 | 4E | C | 78 | 4B | 36 |
| Octal | 62 | 341 | 61 | 116 | 0 | 116 | 14 | 170 | 113 | 66 |
| Binary | 110010 | 11100001 | 110001 | 1001110 | 0 | 1001110 | 1100 | 1111000 | 1001011 | 110110 |
Color Harmonies of #32E131
Complementary color
Monochromatic Colors of #32E131
Black with #32E131
Text Example
Text Example
White with #32E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E131; }
p { color: rgb(50,225,49); }
H1.HeaderClassName
{
color: #32E131;
}
.AnyTagClassName
{
color: #32E131;
}
</style>
background-color css
<style>
a { background-color: #32E131; }
a { background-color: rgb(50,225,49); }
div.DivClassName
{
background-color: #32E131;
}
.BgClassName
{
background-color: #32E131;
}
</style>
border-color css
<style>
span { border-color: #32E131; }
span { border-color: rgb(50,225,49); }
td.TdClassName
{
border-color: #32E131;
}
.TagClassName
{
border-color: #32E131;
}
</style>