Shades of Limeade #59A52E
Tints of Limeade #59A52E
RGB
CMYK
RGB Variations
Color information
#59A52E (or 0x59A52E) is known color: Limeade. HEX triplet: 59, A5 and 2E. RGB value is (89,165,46). Sum of RGB (Red+Green+Blue) = 89+165+46=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #59A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A52E is #A65AD1. Grayscale: #818181. Windows color (decimal): -10902226 or 3056985. OLE color: 3056985.
HSL color Cylindrical-coordinate representation of color #59A52E: hue angle of 98.32º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59A52E is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 165 | 46 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.35 |
| HSL | 98.32º | 0.56% | 0.41% | - |
| HSV(B) | 98.32º | 0.72% | 0.65% | - |
| XYZ | 18.07 | 29.23 | 7.27 | - |
| YUV | 128.71 | 81.32 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 165 | 46 | 0.46 | 0 | 0.72 | 0.35 | 98.32 | 0.56 | 0.41 |
| Hex | 59 | A5 | 2E | 2E | 0 | 48 | 23 | 62 | 38 | 29 |
| Octal | 131 | 245 | 56 | 56 | 0 | 110 | 43 | 142 | 70 | 51 |
| Binary | 1011001 | 10100101 | 101110 | 101110 | 0 | 1001000 | 100011 | 1100010 | 111000 | 101001 |
Color Harmonies of #59A52E
Complementary color
Monochromatic Colors of #59A52E
Black with #59A52E
Text Example
Text Example
White with #59A52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A52E; }
p { color: rgb(89,165,46); }
H1.HeaderClassName
{
color: #59A52E;
}
.AnyTagClassName
{
color: #59A52E;
}
</style>
background-color css
<style>
a { background-color: #59A52E; }
a { background-color: rgb(89,165,46); }
div.DivClassName
{
background-color: #59A52E;
}
.BgClassName
{
background-color: #59A52E;
}
</style>
border-color css
<style>
span { border-color: #59A52E; }
span { border-color: rgb(89,165,46); }
td.TdClassName
{
border-color: #59A52E;
}
.TagClassName
{
border-color: #59A52E;
}
</style>