Shades of Limeade #59AD28
Tints of Limeade #59AD28
RGB
CMYK
RGB Variations
Color information
#59AD28 (or 0x59AD28) is known color: Limeade. HEX triplet: 59, AD and 28. RGB value is (89,173,40). Sum of RGB (Red+Green+Blue) = 89+173+40=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #59AD28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59AD28 is #A652D7. Grayscale: #858585. Windows color (decimal): -10900184 or 2665817. OLE color: 2665817.
HSL color Cylindrical-coordinate representation of color #59AD28: hue angle of 97.89º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #59AD28 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 173 | 40 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.32 |
| HSL | 97.89º | 0.62% | 0.42% | - |
| HSV(B) | 97.89º | 0.77% | 0.68% | - |
| XYZ | 19.45 | 32.16 | 7.19 | - |
| YUV | 132.72 | 75.67 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 40 | 0.49 | 0 | 0.77 | 0.32 | 97.89 | 0.62 | 0.42 |
| Hex | 59 | AD | 28 | 31 | 0 | 4D | 20 | 62 | 3E | 2A |
| Octal | 131 | 255 | 50 | 61 | 0 | 115 | 40 | 142 | 76 | 52 |
| Binary | 1011001 | 10101101 | 101000 | 110001 | 0 | 1001101 | 100000 | 1100010 | 111110 | 101010 |
Color Harmonies of #59AD28
Complementary color
Monochromatic Colors of #59AD28
Black with #59AD28
Text Example
Text Example
White with #59AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AD28; }
p { color: rgb(89,173,40); }
H1.HeaderClassName
{
color: #59AD28;
}
.AnyTagClassName
{
color: #59AD28;
}
</style>
background-color css
<style>
a { background-color: #59AD28; }
a { background-color: rgb(89,173,40); }
div.DivClassName
{
background-color: #59AD28;
}
.BgClassName
{
background-color: #59AD28;
}
</style>
border-color css
<style>
span { border-color: #59AD28; }
span { border-color: rgb(89,173,40); }
td.TdClassName
{
border-color: #59AD28;
}
.TagClassName
{
border-color: #59AD28;
}
</style>