Shades of Lime Green #59E132
Tints of Lime Green #59E132
RGB
CMYK
RGB Variations
Color information
#59E132 (or 0x59E132) is known color: Lime Green. HEX triplet: 59, E1 and 32. RGB value is (89,225,50). Sum of RGB (Red+Green+Blue) = 89+225+50=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #59E132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59E132 is #A61ECD. Grayscale: #A4A4A4. Windows color (decimal): -10886862 or 3334489. OLE color: 3334489.
HSL color Cylindrical-coordinate representation of color #59E132: hue angle of 106.63º 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 #59E132 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 225 | 50 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.12 |
| HSL | 106.63º | 0.74% | 0.54% | - |
| HSV(B) | 106.63º | 0.78% | 0.88% | - |
| XYZ | 31.62 | 56.2 | 12.2 | - |
| YUV | 164.39 | 63.44 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 225 | 50 | 0.60 | 0 | 0.78 | 0.12 | 106.63 | 0.74 | 0.54 |
| Hex | 59 | E1 | 32 | 3C | 0 | 4E | C | 6B | 4A | 36 |
| Octal | 131 | 341 | 62 | 74 | 0 | 116 | 14 | 153 | 112 | 66 |
| Binary | 1011001 | 11100001 | 110010 | 111100 | 0 | 1001110 | 1100 | 1101011 | 1001010 | 110110 |
Color Harmonies of #59E132
Complementary color
Monochromatic Colors of #59E132
Black with #59E132
Text Example
Text Example
White with #59E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E132; }
p { color: rgb(89,225,50); }
H1.HeaderClassName
{
color: #59E132;
}
.AnyTagClassName
{
color: #59E132;
}
</style>
background-color css
<style>
a { background-color: #59E132; }
a { background-color: rgb(89,225,50); }
div.DivClassName
{
background-color: #59E132;
}
.BgClassName
{
background-color: #59E132;
}
</style>
border-color css
<style>
span { border-color: #59E132; }
span { border-color: rgb(89,225,50); }
td.TdClassName
{
border-color: #59E132;
}
.TagClassName
{
border-color: #59E132;
}
</style>