Shades of Limeade #589702
Tints of Limeade #589702
RGB
CMYK
RGB Variations
Color information
#589702 (or 0x589702) is known color: Limeade. HEX triplet: 58, 97 and 02. RGB value is (88,151,2). Sum of RGB (Red+Green+Blue) = 88+151+2=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 151 (59.38% from 255 or 62.66% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 151 - color contains mainly: green. Hex color #589702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589702 is #A768FD. Grayscale: #737373. Windows color (decimal): -10971390 or 169816. OLE color: 169816.
HSL color Cylindrical-coordinate representation of color #589702: hue angle of 85.37º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #589702 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 151 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.41 |
| HSL | 85.37º | 0.97% | 0.3% | - |
| HSV(B) | 85.37º | 0.99% | 0.59% | - |
| XYZ | 15.1 | 24.21 | 3.93 | - |
| YUV | 115.18 | 64.13 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 2 | 0.42 | 0 | 0.99 | 0.41 | 85.37 | 0.97 | 0.3 |
| Hex | 58 | 97 | 2 | 2A | 0 | 63 | 29 | 55 | 61 | 1E |
| Octal | 130 | 227 | 2 | 52 | 0 | 143 | 51 | 125 | 141 | 36 |
| Binary | 1011000 | 10010111 | 10 | 101010 | 0 | 1100011 | 101001 | 1010101 | 1100001 | 11110 |
Color Harmonies of #589702
Complementary color
Monochromatic Colors of #589702
Black with #589702
Text Example
Text Example
White with #589702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589702; }
p { color: rgb(88,151,2); }
H1.HeaderClassName
{
color: #589702;
}
.AnyTagClassName
{
color: #589702;
}
</style>
background-color css
<style>
a { background-color: #589702; }
a { background-color: rgb(88,151,2); }
div.DivClassName
{
background-color: #589702;
}
.BgClassName
{
background-color: #589702;
}
</style>
border-color css
<style>
span { border-color: #589702; }
span { border-color: rgb(88,151,2); }
td.TdClassName
{
border-color: #589702;
}
.TagClassName
{
border-color: #589702;
}
</style>