Shades of Lime Green #59E532
Tints of Lime Green #59E532
RGB
CMYK
RGB Variations
Color information
#59E532 (or 0x59E532) is known color: Lime Green. HEX triplet: 59, E5 and 32. RGB value is (89,229,50). Sum of RGB (Red+Green+Blue) = 89+229+50=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 229 (89.84% from 255 or 62.23% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 229 - color contains mainly: green. Hex color #59E532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59E532 is #A61ACD. Grayscale: #A7A7A7. Windows color (decimal): -10885838 or 3335513. OLE color: 3335513.
HSL color Cylindrical-coordinate representation of color #59E532: hue angle of 106.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59E532 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 229 | 50 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.10 |
| HSL | 106.93º | 0.77% | 0.55% | - |
| HSV(B) | 106.93º | 0.78% | 0.9% | - |
| XYZ | 32.71 | 58.39 | 12.56 | - |
| YUV | 166.73 | 62.12 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 229 | 50 | 0.61 | 0 | 0.78 | 0.10 | 106.93 | 0.77 | 0.55 |
| Hex | 59 | E5 | 32 | 3D | 0 | 4E | A | 6B | 4D | 37 |
| Octal | 131 | 345 | 62 | 75 | 0 | 116 | 12 | 153 | 115 | 67 |
| Binary | 1011001 | 11100101 | 110010 | 111101 | 0 | 1001110 | 1010 | 1101011 | 1001101 | 110111 |
Color Harmonies of #59E532
Complementary color
Monochromatic Colors of #59E532
Black with #59E532
Text Example
Text Example
White with #59E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E532; }
p { color: rgb(89,229,50); }
H1.HeaderClassName
{
color: #59E532;
}
.AnyTagClassName
{
color: #59E532;
}
</style>
background-color css
<style>
a { background-color: #59E532; }
a { background-color: rgb(89,229,50); }
div.DivClassName
{
background-color: #59E532;
}
.BgClassName
{
background-color: #59E532;
}
</style>
border-color css
<style>
span { border-color: #59E532; }
span { border-color: rgb(89,229,50); }
td.TdClassName
{
border-color: #59E532;
}
.TagClassName
{
border-color: #59E532;
}
</style>