Shades of Limeade #59AD2B
Tints of Limeade #59AD2B
RGB
CMYK
RGB Variations
Color information
#59AD2B (or 0x59AD2B) is known color: Limeade. HEX triplet: 59, AD and 2B. RGB value is (89,173,43). Sum of RGB (Red+Green+Blue) = 89+173+43=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #59AD2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59AD2B is #A652D4. Grayscale: #858585. Windows color (decimal): -10900181 or 2862425. OLE color: 2862425.
HSL color Cylindrical-coordinate representation of color #59AD2B: hue angle of 98.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59AD2B is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 173 | 43 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.32 |
| HSL | 98.77º | 0.6% | 0.42% | - |
| HSV(B) | 98.77º | 0.75% | 0.68% | - |
| XYZ | 19.5 | 32.19 | 7.47 | - |
| YUV | 133.06 | 77.17 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 43 | 0.49 | 0 | 0.75 | 0.32 | 98.77 | 0.6 | 0.42 |
| Hex | 59 | AD | 2B | 31 | 0 | 4B | 20 | 63 | 3C | 2A |
| Octal | 131 | 255 | 53 | 61 | 0 | 113 | 40 | 143 | 74 | 52 |
| Binary | 1011001 | 10101101 | 101011 | 110001 | 0 | 1001011 | 100000 | 1100011 | 111100 | 101010 |
Color Harmonies of #59AD2B
Complementary color
Monochromatic Colors of #59AD2B
Black with #59AD2B
Text Example
Text Example
White with #59AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AD2B; }
p { color: rgb(89,173,43); }
H1.HeaderClassName
{
color: #59AD2B;
}
.AnyTagClassName
{
color: #59AD2B;
}
</style>
background-color css
<style>
a { background-color: #59AD2B; }
a { background-color: rgb(89,173,43); }
div.DivClassName
{
background-color: #59AD2B;
}
.BgClassName
{
background-color: #59AD2B;
}
</style>
border-color css
<style>
span { border-color: #59AD2B; }
span { border-color: rgb(89,173,43); }
td.TdClassName
{
border-color: #59AD2B;
}
.TagClassName
{
border-color: #59AD2B;
}
</style>