Shades of Lime Green #32E03A
Tints of Lime Green #32E03A
RGB
CMYK
RGB Variations
Color information
#32E03A (or 0x32E03A) is known color: Lime Green. HEX triplet: 32, E0 and 3A. RGB value is (50,224,58). Sum of RGB (Red+Green+Blue) = 50+224+58=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 224 (87.89% from 255 or 67.47% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 224 - color contains mainly: green. Hex color #32E03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E03A is #CD1FC5. Grayscale: #999999. Windows color (decimal): -13443014 or 3858482. OLE color: 3858482.
HSL color Cylindrical-coordinate representation of color #32E03A: hue angle of 122.76º 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 #32E03A is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 58 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.12 |
| HSL | 122.76º | 0.74% | 0.54% | - |
| HSV(B) | 122.76º | 0.78% | 0.88% | - |
| XYZ | 28.73 | 54.29 | 12.97 | - |
| YUV | 153.05 | 74.35 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 58 | 0.78 | 0 | 0.74 | 0.12 | 122.76 | 0.74 | 0.54 |
| Hex | 32 | E0 | 3A | 4E | 0 | 4A | C | 7B | 4A | 36 |
| Octal | 62 | 340 | 72 | 116 | 0 | 112 | 14 | 173 | 112 | 66 |
| Binary | 110010 | 11100000 | 111010 | 1001110 | 0 | 1001010 | 1100 | 1111011 | 1001010 | 110110 |
Color Harmonies of #32E03A
Complementary color
Monochromatic Colors of #32E03A
Black with #32E03A
Text Example
Text Example
White with #32E03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E03A; }
p { color: rgb(50,224,58); }
H1.HeaderClassName
{
color: #32E03A;
}
.AnyTagClassName
{
color: #32E03A;
}
</style>
background-color css
<style>
a { background-color: #32E03A; }
a { background-color: rgb(50,224,58); }
div.DivClassName
{
background-color: #32E03A;
}
.BgClassName
{
background-color: #32E03A;
}
</style>
border-color css
<style>
span { border-color: #32E03A; }
span { border-color: rgb(50,224,58); }
td.TdClassName
{
border-color: #32E03A;
}
.TagClassName
{
border-color: #32E03A;
}
</style>