Shades of Lime Green #32E032
Tints of Lime Green #32E032
RGB
CMYK
RGB Variations
Color information
#32E032 (or 0x32E032) is known color: Lime Green. HEX triplet: 32, E0 and 32. RGB value is (50,224,50). Sum of RGB (Red+Green+Blue) = 50+224+50=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #32E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E032 is #CD1FCD. Grayscale: #989898. Windows color (decimal): -13443022 or 3334194. OLE color: 3334194.
HSL color Cylindrical-coordinate representation of color #32E032: hue angle of 120º 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 #32E032 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 50 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.12 |
| HSL | 120º | 0.74% | 0.54% | - |
| HSV(B) | 120º | 0.78% | 0.88% | - |
| XYZ | 28.55 | 54.22 | 11.98 | - |
| YUV | 152.14 | 70.35 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 50 | 0.78 | 0 | 0.78 | 0.12 | 120 | 0.74 | 0.54 |
| Hex | 32 | E0 | 32 | 4E | 0 | 4E | C | 78 | 4A | 36 |
| Octal | 62 | 340 | 62 | 116 | 0 | 116 | 14 | 170 | 112 | 66 |
| Binary | 110010 | 11100000 | 110010 | 1001110 | 0 | 1001110 | 1100 | 1111000 | 1001010 | 110110 |
Color Harmonies of #32E032
Complementary color
Monochromatic Colors of #32E032
Black with #32E032
Text Example
Text Example
White with #32E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E032; }
p { color: rgb(50,224,50); }
H1.HeaderClassName
{
color: #32E032;
}
.AnyTagClassName
{
color: #32E032;
}
</style>
background-color css
<style>
a { background-color: #32E032; }
a { background-color: rgb(50,224,50); }
div.DivClassName
{
background-color: #32E032;
}
.BgClassName
{
background-color: #32E032;
}
</style>
border-color css
<style>
span { border-color: #32E032; }
span { border-color: rgb(50,224,50); }
td.TdClassName
{
border-color: #32E032;
}
.TagClassName
{
border-color: #32E032;
}
</style>