Shades of Lime Green #32E13B
Tints of Lime Green #32E13B
RGB
CMYK
RGB Variations
Color information
#32E13B (or 0x32E13B) is known color: Lime Green. HEX triplet: 32, E1 and 3B. RGB value is (50,225,59). Sum of RGB (Red+Green+Blue) = 50+225+59=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #32E13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E13B is #CD1EC4. Grayscale: #9A9A9A. Windows color (decimal): -13442757 or 3924274. OLE color: 3924274.
HSL color Cylindrical-coordinate representation of color #32E13B: hue angle of 123.09º 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 #32E13B is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 59 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.12 |
| HSL | 123.09º | 0.74% | 0.54% | - |
| HSV(B) | 123.09º | 0.78% | 0.88% | - |
| XYZ | 29.03 | 54.84 | 13.19 | - |
| YUV | 153.75 | 74.52 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 59 | 0.78 | 0 | 0.74 | 0.12 | 123.09 | 0.74 | 0.54 |
| Hex | 32 | E1 | 3B | 4E | 0 | 4A | C | 7B | 4A | 36 |
| Octal | 62 | 341 | 73 | 116 | 0 | 112 | 14 | 173 | 112 | 66 |
| Binary | 110010 | 11100001 | 111011 | 1001110 | 0 | 1001010 | 1100 | 1111011 | 1001010 | 110110 |
Color Harmonies of #32E13B
Complementary color
Monochromatic Colors of #32E13B
Black with #32E13B
Text Example
Text Example
White with #32E13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E13B; }
p { color: rgb(50,225,59); }
H1.HeaderClassName
{
color: #32E13B;
}
.AnyTagClassName
{
color: #32E13B;
}
</style>
background-color css
<style>
a { background-color: #32E13B; }
a { background-color: rgb(50,225,59); }
div.DivClassName
{
background-color: #32E13B;
}
.BgClassName
{
background-color: #32E13B;
}
</style>
border-color css
<style>
span { border-color: #32E13B; }
span { border-color: rgb(50,225,59); }
td.TdClassName
{
border-color: #32E13B;
}
.TagClassName
{
border-color: #32E13B;
}
</style>