Shades of Limeade #589F20
Tints of Limeade #589F20
RGB
CMYK
RGB Variations
Color information
#589F20 (or 0x589F20) is known color: Limeade. HEX triplet: 58, 9F and 20. RGB value is (88,159,32). Sum of RGB (Red+Green+Blue) = 88+159+32=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #589F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589F20 is #A760DF. Grayscale: #7B7B7B. Windows color (decimal): -10969312 or 2137944. OLE color: 2137944.
HSL color Cylindrical-coordinate representation of color #589F20: hue angle of 93.54º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #589F20 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 159 | 32 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.38 |
| HSL | 93.54º | 0.66% | 0.37% | - |
| HSV(B) | 93.54º | 0.8% | 0.62% | - |
| XYZ | 16.68 | 26.98 | 5.69 | - |
| YUV | 123.29 | 76.48 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 32 | 0.45 | 0 | 0.80 | 0.38 | 93.54 | 0.66 | 0.37 |
| Hex | 58 | 9F | 20 | 2D | 0 | 50 | 26 | 5E | 42 | 25 |
| Octal | 130 | 237 | 40 | 55 | 0 | 120 | 46 | 136 | 102 | 45 |
| Binary | 1011000 | 10011111 | 100000 | 101101 | 0 | 1010000 | 100110 | 1011110 | 1000010 | 100101 |
Color Harmonies of #589F20
Complementary color
Monochromatic Colors of #589F20
Black with #589F20
Text Example
Text Example
White with #589F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589F20; }
p { color: rgb(88,159,32); }
H1.HeaderClassName
{
color: #589F20;
}
.AnyTagClassName
{
color: #589F20;
}
</style>
background-color css
<style>
a { background-color: #589F20; }
a { background-color: rgb(88,159,32); }
div.DivClassName
{
background-color: #589F20;
}
.BgClassName
{
background-color: #589F20;
}
</style>
border-color css
<style>
span { border-color: #589F20; }
span { border-color: rgb(88,159,32); }
td.TdClassName
{
border-color: #589F20;
}
.TagClassName
{
border-color: #589F20;
}
</style>