Shades of Limeade #589934
Tints of Limeade #589934
RGB
CMYK
RGB Variations
Color information
#589934 (or 0x589934) is known color: Limeade. HEX triplet: 58, 99 and 34. RGB value is (88,153,52). Sum of RGB (Red+Green+Blue) = 88+153+52=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #589934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589934 is #A766CB. Grayscale: #7A7A7A. Windows color (decimal): -10970828 or 3447128. OLE color: 3447128.
HSL color Cylindrical-coordinate representation of color #589934: hue angle of 98.61º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #589934 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 52 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.4 |
| HSL | 98.61º | 0.49% | 0.4% | - |
| HSV(B) | 98.61º | 0.66% | 0.6% | - |
| XYZ | 16.04 | 25.11 | 7.25 | - |
| YUV | 122.05 | 88.47 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 52 | 0.42 | 0 | 0.66 | 0.4 | 98.61 | 0.49 | 0.4 |
| Hex | 58 | 99 | 34 | 2A | 0 | 42 | 28 | 63 | 31 | 28 |
| Octal | 130 | 231 | 64 | 52 | 0 | 102 | 50 | 143 | 61 | 50 |
| Binary | 1011000 | 10011001 | 110100 | 101010 | 0 | 1000010 | 101000 | 1100011 | 110001 | 101000 |
Color Harmonies of #589934
Complementary color
Monochromatic Colors of #589934
Black with #589934
Text Example
Text Example
White with #589934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589934; }
p { color: rgb(88,153,52); }
H1.HeaderClassName
{
color: #589934;
}
.AnyTagClassName
{
color: #589934;
}
</style>
background-color css
<style>
a { background-color: #589934; }
a { background-color: rgb(88,153,52); }
div.DivClassName
{
background-color: #589934;
}
.BgClassName
{
background-color: #589934;
}
</style>
border-color css
<style>
span { border-color: #589934; }
span { border-color: rgb(88,153,52); }
td.TdClassName
{
border-color: #589934;
}
.TagClassName
{
border-color: #589934;
}
</style>