Shades of Limeade #589304
Tints of Limeade #589304
RGB
CMYK
RGB Variations
Color information
#589304 (or 0x589304) is known color: Limeade. HEX triplet: 58, 93 and 04. RGB value is (88,147,4). Sum of RGB (Red+Green+Blue) = 88+147+4=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #589304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589304 is #A76CFB. Grayscale: #717171. Windows color (decimal): -10972412 or 299864. OLE color: 299864.
HSL color Cylindrical-coordinate representation of color #589304: hue angle of 84.76º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #589304 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 147 | 4 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.42 |
| HSL | 84.76º | 0.95% | 0.3% | - |
| HSV(B) | 84.76º | 0.97% | 0.58% | - |
| XYZ | 14.48 | 22.95 | 3.78 | - |
| YUV | 113.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 4 | 0.40 | 0 | 0.97 | 0.42 | 84.76 | 0.95 | 0.3 |
| Hex | 58 | 93 | 4 | 28 | 0 | 61 | 2A | 55 | 5F | 1E |
| Octal | 130 | 223 | 4 | 50 | 0 | 141 | 52 | 125 | 137 | 36 |
| Binary | 1011000 | 10010011 | 100 | 101000 | 0 | 1100001 | 101010 | 1010101 | 1011111 | 11110 |
Color Harmonies of #589304
Complementary color
Monochromatic Colors of #589304
Black with #589304
Text Example
Text Example
White with #589304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589304; }
p { color: rgb(88,147,4); }
H1.HeaderClassName
{
color: #589304;
}
.AnyTagClassName
{
color: #589304;
}
</style>
background-color css
<style>
a { background-color: #589304; }
a { background-color: rgb(88,147,4); }
div.DivClassName
{
background-color: #589304;
}
.BgClassName
{
background-color: #589304;
}
</style>
border-color css
<style>
span { border-color: #589304; }
span { border-color: rgb(88,147,4); }
td.TdClassName
{
border-color: #589304;
}
.TagClassName
{
border-color: #589304;
}
</style>