Shades of Limeade #589D1D
Tints of Limeade #589D1D
RGB
CMYK
RGB Variations
Color information
#589D1D (or 0x589D1D) is known color: Limeade. HEX triplet: 58, 9D and 1D. RGB value is (88,157,29). Sum of RGB (Red+Green+Blue) = 88+157+29=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #589D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589D1D is #A762E2. Grayscale: #7A7A7A. Windows color (decimal): -10969827 or 1940824. OLE color: 1940824.
HSL color Cylindrical-coordinate representation of color #589D1D: hue angle of 92.34º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #589D1D is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 157 | 29 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.38 |
| HSL | 92.34º | 0.69% | 0.36% | - |
| HSV(B) | 92.34º | 0.82% | 0.62% | - |
| XYZ | 16.3 | 26.28 | 5.38 | - |
| YUV | 121.78 | 75.64 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 29 | 0.44 | 0 | 0.82 | 0.38 | 92.34 | 0.69 | 0.36 |
| Hex | 58 | 9D | 1D | 2C | 0 | 52 | 26 | 5C | 45 | 24 |
| Octal | 130 | 235 | 35 | 54 | 0 | 122 | 46 | 134 | 105 | 44 |
| Binary | 1011000 | 10011101 | 11101 | 101100 | 0 | 1010010 | 100110 | 1011100 | 1000101 | 100100 |
Color Harmonies of #589D1D
Complementary color
Monochromatic Colors of #589D1D
Black with #589D1D
Text Example
Text Example
White with #589D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589D1D; }
p { color: rgb(88,157,29); }
H1.HeaderClassName
{
color: #589D1D;
}
.AnyTagClassName
{
color: #589D1D;
}
</style>
background-color css
<style>
a { background-color: #589D1D; }
a { background-color: rgb(88,157,29); }
div.DivClassName
{
background-color: #589D1D;
}
.BgClassName
{
background-color: #589D1D;
}
</style>
border-color css
<style>
span { border-color: #589D1D; }
span { border-color: rgb(88,157,29); }
td.TdClassName
{
border-color: #589D1D;
}
.TagClassName
{
border-color: #589D1D;
}
</style>