Shades of Lime Green #32E135
Tints of Lime Green #32E135
RGB
CMYK
RGB Variations
Color information
#32E135 (or 0x32E135) is known color: Lime Green. HEX triplet: 32, E1 and 35. RGB value is (50,225,53). Sum of RGB (Red+Green+Blue) = 50+225+53=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #32E135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E135 is #CD1ECA. Grayscale: #999999. Windows color (decimal): -13442763 or 3531058. OLE color: 3531058.
HSL color Cylindrical-coordinate representation of color #32E135: hue angle of 121.03º 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 #32E135 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 53 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.12 |
| HSL | 121.03º | 0.74% | 0.54% | - |
| HSV(B) | 121.03º | 0.78% | 0.88% | - |
| XYZ | 28.88 | 54.79 | 12.42 | - |
| YUV | 153.07 | 71.52 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 53 | 0.78 | 0 | 0.76 | 0.12 | 121.03 | 0.74 | 0.54 |
| Hex | 32 | E1 | 35 | 4E | 0 | 4C | C | 79 | 4A | 36 |
| Octal | 62 | 341 | 65 | 116 | 0 | 114 | 14 | 171 | 112 | 66 |
| Binary | 110010 | 11100001 | 110101 | 1001110 | 0 | 1001100 | 1100 | 1111001 | 1001010 | 110110 |
Color Harmonies of #32E135
Complementary color
Monochromatic Colors of #32E135
Black with #32E135
Text Example
Text Example
White with #32E135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E135; }
p { color: rgb(50,225,53); }
H1.HeaderClassName
{
color: #32E135;
}
.AnyTagClassName
{
color: #32E135;
}
</style>
background-color css
<style>
a { background-color: #32E135; }
a { background-color: rgb(50,225,53); }
div.DivClassName
{
background-color: #32E135;
}
.BgClassName
{
background-color: #32E135;
}
</style>
border-color css
<style>
span { border-color: #32E135; }
span { border-color: rgb(50,225,53); }
td.TdClassName
{
border-color: #32E135;
}
.TagClassName
{
border-color: #32E135;
}
</style>