Shades of Limeade #589925
Tints of Limeade #589925
RGB
CMYK
RGB Variations
Color information
#589925 (or 0x589925) is known color: Limeade. HEX triplet: 58, 99 and 25. RGB value is (88,153,37). Sum of RGB (Red+Green+Blue) = 88+153+37=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #589925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589925 is #A766DA. Grayscale: #787878. Windows color (decimal): -10970843 or 2464088. OLE color: 2464088.
HSL color Cylindrical-coordinate representation of color #589925: hue angle of 93.62º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #589925 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 37 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.4 |
| HSL | 93.62º | 0.61% | 0.37% | - |
| HSV(B) | 93.62º | 0.76% | 0.6% | - |
| XYZ | 15.75 | 24.99 | 5.74 | - |
| YUV | 120.34 | 80.97 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 37 | 0.42 | 0 | 0.76 | 0.4 | 93.62 | 0.61 | 0.37 |
| Hex | 58 | 99 | 25 | 2A | 0 | 4C | 28 | 5E | 3D | 25 |
| Octal | 130 | 231 | 45 | 52 | 0 | 114 | 50 | 136 | 75 | 45 |
| Binary | 1011000 | 10011001 | 100101 | 101010 | 0 | 1001100 | 101000 | 1011110 | 111101 | 100101 |
Color Harmonies of #589925
Complementary color
Monochromatic Colors of #589925
Black with #589925
Text Example
Text Example
White with #589925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589925; }
p { color: rgb(88,153,37); }
H1.HeaderClassName
{
color: #589925;
}
.AnyTagClassName
{
color: #589925;
}
</style>
background-color css
<style>
a { background-color: #589925; }
a { background-color: rgb(88,153,37); }
div.DivClassName
{
background-color: #589925;
}
.BgClassName
{
background-color: #589925;
}
</style>
border-color css
<style>
span { border-color: #589925; }
span { border-color: rgb(88,153,37); }
td.TdClassName
{
border-color: #589925;
}
.TagClassName
{
border-color: #589925;
}
</style>