Shades of Limeade #589928
Tints of Limeade #589928
RGB
CMYK
RGB Variations
Color information
#589928 (or 0x589928) is known color: Limeade. HEX triplet: 58, 99 and 28. RGB value is (88,153,40). Sum of RGB (Red+Green+Blue) = 88+153+40=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #589928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589928 is #A766D7. Grayscale: #797979. Windows color (decimal): -10970840 or 2660696. OLE color: 2660696.
HSL color Cylindrical-coordinate representation of color #589928: hue angle of 94.51º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #589928 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 40 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.4 |
| HSL | 94.51º | 0.59% | 0.38% | - |
| HSV(B) | 94.51º | 0.74% | 0.6% | - |
| XYZ | 15.8 | 25.01 | 6 | - |
| YUV | 120.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 40 | 0.42 | 0 | 0.74 | 0.4 | 94.51 | 0.59 | 0.38 |
| Hex | 58 | 99 | 28 | 2A | 0 | 4A | 28 | 5F | 3B | 26 |
| Octal | 130 | 231 | 50 | 52 | 0 | 112 | 50 | 137 | 73 | 46 |
| Binary | 1011000 | 10011001 | 101000 | 101010 | 0 | 1001010 | 101000 | 1011111 | 111011 | 100110 |
Color Harmonies of #589928
Complementary color
Monochromatic Colors of #589928
Black with #589928
Text Example
Text Example
White with #589928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589928; }
p { color: rgb(88,153,40); }
H1.HeaderClassName
{
color: #589928;
}
.AnyTagClassName
{
color: #589928;
}
</style>
background-color css
<style>
a { background-color: #589928; }
a { background-color: rgb(88,153,40); }
div.DivClassName
{
background-color: #589928;
}
.BgClassName
{
background-color: #589928;
}
</style>
border-color css
<style>
span { border-color: #589928; }
span { border-color: rgb(88,153,40); }
td.TdClassName
{
border-color: #589928;
}
.TagClassName
{
border-color: #589928;
}
</style>