Shades of Lime Green #32E043
Tints of Lime Green #32E043
RGB
CMYK
RGB Variations
Color information
#32E043 (or 0x32E043) is known color: Lime Green. HEX triplet: 32, E0 and 43. RGB value is (50,224,67). Sum of RGB (Red+Green+Blue) = 50+224+67=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #32E043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E043 is #CD1FBC. Grayscale: #9A9A9A. Windows color (decimal): -13443005 or 4448306. OLE color: 4448306.
HSL color Cylindrical-coordinate representation of color #32E043: hue angle of 125.86º 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 #32E043 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 67 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.12 |
| HSL | 125.86º | 0.74% | 0.54% | - |
| HSV(B) | 125.86º | 0.78% | 0.88% | - |
| XYZ | 28.98 | 54.39 | 14.28 | - |
| YUV | 154.08 | 78.85 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 67 | 0.78 | 0 | 0.70 | 0.12 | 125.86 | 0.74 | 0.54 |
| Hex | 32 | E0 | 43 | 4E | 0 | 46 | C | 7E | 4A | 36 |
| Octal | 62 | 340 | 103 | 116 | 0 | 106 | 14 | 176 | 112 | 66 |
| Binary | 110010 | 11100000 | 1000011 | 1001110 | 0 | 1000110 | 1100 | 1111110 | 1001010 | 110110 |
Color Harmonies of #32E043
Complementary color
Monochromatic Colors of #32E043
Black with #32E043
Text Example
Text Example
White with #32E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E043; }
p { color: rgb(50,224,67); }
H1.HeaderClassName
{
color: #32E043;
}
.AnyTagClassName
{
color: #32E043;
}
</style>
background-color css
<style>
a { background-color: #32E043; }
a { background-color: rgb(50,224,67); }
div.DivClassName
{
background-color: #32E043;
}
.BgClassName
{
background-color: #32E043;
}
</style>
border-color css
<style>
span { border-color: #32E043; }
span { border-color: rgb(50,224,67); }
td.TdClassName
{
border-color: #32E043;
}
.TagClassName
{
border-color: #32E043;
}
</style>