Shades of Lime Green #32E137
Tints of Lime Green #32E137
RGB
CMYK
RGB Variations
Color information
#32E137 (or 0x32E137) is known color: Lime Green. HEX triplet: 32, E1 and 37. RGB value is (50,225,55). Sum of RGB (Red+Green+Blue) = 50+225+55=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #32E137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E137 is #CD1EC8. Grayscale: #999999. Windows color (decimal): -13442761 or 3662130. OLE color: 3662130.
HSL color Cylindrical-coordinate representation of color #32E137: hue angle of 121.71º degrees, saturation: 0.74, 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 #32E137 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 55 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.12 |
| HSL | 121.71º | 0.74% | 0.54% | - |
| HSV(B) | 121.71º | 0.78% | 0.88% | - |
| XYZ | 28.93 | 54.8 | 12.67 | - |
| YUV | 153.3 | 72.52 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 55 | 0.78 | 0 | 0.76 | 0.12 | 121.71 | 0.74 | 0.54 |
| Hex | 32 | E1 | 37 | 4E | 0 | 4C | C | 7A | 4A | 36 |
| Octal | 62 | 341 | 67 | 116 | 0 | 114 | 14 | 172 | 112 | 66 |
| Binary | 110010 | 11100001 | 110111 | 1001110 | 0 | 1001100 | 1100 | 1111010 | 1001010 | 110110 |
Color Harmonies of #32E137
Complementary color
Monochromatic Colors of #32E137
Black with #32E137
Text Example
Text Example
White with #32E137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E137; }
p { color: rgb(50,225,55); }
H1.HeaderClassName
{
color: #32E137;
}
.AnyTagClassName
{
color: #32E137;
}
</style>
background-color css
<style>
a { background-color: #32E137; }
a { background-color: rgb(50,225,55); }
div.DivClassName
{
background-color: #32E137;
}
.BgClassName
{
background-color: #32E137;
}
</style>
border-color css
<style>
span { border-color: #32E137; }
span { border-color: rgb(50,225,55); }
td.TdClassName
{
border-color: #32E137;
}
.TagClassName
{
border-color: #32E137;
}
</style>