Shades of Lime Green #59E032
Tints of Lime Green #59E032
RGB
CMYK
RGB Variations
Color information
#59E032 (or 0x59E032) is known color: Lime Green. HEX triplet: 59, E0 and 32. RGB value is (89,224,50). Sum of RGB (Red+Green+Blue) = 89+224+50=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 224 (87.89% from 255 or 61.71% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 224 - color contains mainly: green. Hex color #59E032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59E032 is #A61FCD. Grayscale: #A4A4A4. Windows color (decimal): -10887118 or 3334233. OLE color: 3334233.
HSL color Cylindrical-coordinate representation of color #59E032: hue angle of 106.55º 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 #59E032 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 224 | 50 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.12 |
| HSL | 106.55º | 0.74% | 0.54% | - |
| HSV(B) | 106.55º | 0.78% | 0.88% | - |
| XYZ | 31.35 | 55.67 | 12.11 | - |
| YUV | 163.8 | 63.77 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 224 | 50 | 0.60 | 0 | 0.78 | 0.12 | 106.55 | 0.74 | 0.54 |
| Hex | 59 | E0 | 32 | 3C | 0 | 4E | C | 6B | 4A | 36 |
| Octal | 131 | 340 | 62 | 74 | 0 | 116 | 14 | 153 | 112 | 66 |
| Binary | 1011001 | 11100000 | 110010 | 111100 | 0 | 1001110 | 1100 | 1101011 | 1001010 | 110110 |
Color Harmonies of #59E032
Complementary color
Monochromatic Colors of #59E032
Black with #59E032
Text Example
Text Example
White with #59E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E032; }
p { color: rgb(89,224,50); }
H1.HeaderClassName
{
color: #59E032;
}
.AnyTagClassName
{
color: #59E032;
}
</style>
background-color css
<style>
a { background-color: #59E032; }
a { background-color: rgb(89,224,50); }
div.DivClassName
{
background-color: #59E032;
}
.BgClassName
{
background-color: #59E032;
}
</style>
border-color css
<style>
span { border-color: #59E032; }
span { border-color: rgb(89,224,50); }
td.TdClassName
{
border-color: #59E032;
}
.TagClassName
{
border-color: #59E032;
}
</style>