Shades of Lime Green #32E528
Tints of Lime Green #32E528
RGB
CMYK
RGB Variations
Color information
#32E528 (or 0x32E528) is known color: Lime Green. HEX triplet: 32, E5 and 28. RGB value is (50,229,40). Sum of RGB (Red+Green+Blue) = 50+229+40=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 229 (89.84% from 255 or 71.79% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 229 - color contains mainly: green. Hex color #32E528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E528 is #CD1AD7. Grayscale: #9A9A9A. Windows color (decimal): -13441752 or 2680114. OLE color: 2680114.
HSL color Cylindrical-coordinate representation of color #32E528: hue angle of 116.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32E528 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 40 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.10 |
| HSL | 116.83º | 0.78% | 0.53% | - |
| HSV(B) | 116.83º | 0.83% | 0.9% | - |
| XYZ | 29.72 | 56.87 | 11.42 | - |
| YUV | 153.93 | 63.7 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 40 | 0.78 | 0 | 0.83 | 0.10 | 116.83 | 0.78 | 0.53 |
| Hex | 32 | E5 | 28 | 4E | 0 | 53 | A | 75 | 4E | 35 |
| Octal | 62 | 345 | 50 | 116 | 0 | 123 | 12 | 165 | 116 | 65 |
| Binary | 110010 | 11100101 | 101000 | 1001110 | 0 | 1010011 | 1010 | 1110101 | 1001110 | 110101 |
Color Harmonies of #32E528
Complementary color
Monochromatic Colors of #32E528
Black with #32E528
Text Example
Text Example
White with #32E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E528; }
p { color: rgb(50,229,40); }
H1.HeaderClassName
{
color: #32E528;
}
.AnyTagClassName
{
color: #32E528;
}
</style>
background-color css
<style>
a { background-color: #32E528; }
a { background-color: rgb(50,229,40); }
div.DivClassName
{
background-color: #32E528;
}
.BgClassName
{
background-color: #32E528;
}
</style>
border-color css
<style>
span { border-color: #32E528; }
span { border-color: rgb(50,229,40); }
td.TdClassName
{
border-color: #32E528;
}
.TagClassName
{
border-color: #32E528;
}
</style>