Shades of Lime Green #32E03C
Tints of Lime Green #32E03C
RGB
CMYK
RGB Variations
Color information
#32E03C (or 0x32E03C) is known color: Lime Green. HEX triplet: 32, E0 and 3C. RGB value is (50,224,60). Sum of RGB (Red+Green+Blue) = 50+224+60=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #32E03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E03C is #CD1FC3. Grayscale: #999999. Windows color (decimal): -13443012 or 3989554. OLE color: 3989554.
HSL color Cylindrical-coordinate representation of color #32E03C: hue angle of 123.45º 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 #32E03C is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 60 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.12 |
| HSL | 123.45º | 0.74% | 0.54% | - |
| HSV(B) | 123.45º | 0.78% | 0.88% | - |
| XYZ | 28.79 | 54.32 | 13.24 | - |
| YUV | 153.28 | 75.35 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 60 | 0.78 | 0 | 0.73 | 0.12 | 123.45 | 0.74 | 0.54 |
| Hex | 32 | E0 | 3C | 4E | 0 | 49 | C | 7B | 4A | 36 |
| Octal | 62 | 340 | 74 | 116 | 0 | 111 | 14 | 173 | 112 | 66 |
| Binary | 110010 | 11100000 | 111100 | 1001110 | 0 | 1001001 | 1100 | 1111011 | 1001010 | 110110 |
Color Harmonies of #32E03C
Complementary color
Monochromatic Colors of #32E03C
Black with #32E03C
Text Example
Text Example
White with #32E03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E03C; }
p { color: rgb(50,224,60); }
H1.HeaderClassName
{
color: #32E03C;
}
.AnyTagClassName
{
color: #32E03C;
}
</style>
background-color css
<style>
a { background-color: #32E03C; }
a { background-color: rgb(50,224,60); }
div.DivClassName
{
background-color: #32E03C;
}
.BgClassName
{
background-color: #32E03C;
}
</style>
border-color css
<style>
span { border-color: #32E03C; }
span { border-color: rgb(50,224,60); }
td.TdClassName
{
border-color: #32E03C;
}
.TagClassName
{
border-color: #32E03C;
}
</style>