Shades of Limeade #599D1E
Tints of Limeade #599D1E
RGB
CMYK
RGB Variations
Color information
#599D1E (or 0x599D1E) is known color: Limeade. HEX triplet: 59, 9D and 1E. RGB value is (89,157,30). Sum of RGB (Red+Green+Blue) = 89+157+30=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #599D1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599D1E is #A662E1. Grayscale: #7A7A7A. Windows color (decimal): -10904290 or 2006361. OLE color: 2006361.
HSL color Cylindrical-coordinate representation of color #599D1E: hue angle of 92.13º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #599D1E is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 30 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.38 |
| HSL | 92.13º | 0.68% | 0.37% | - |
| HSV(B) | 92.13º | 0.81% | 0.62% | - |
| XYZ | 16.41 | 26.33 | 5.45 | - |
| YUV | 122.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 30 | 0.43 | 0 | 0.81 | 0.38 | 92.13 | 0.68 | 0.37 |
| Hex | 59 | 9D | 1E | 2B | 0 | 51 | 26 | 5C | 44 | 25 |
| Octal | 131 | 235 | 36 | 53 | 0 | 121 | 46 | 134 | 104 | 45 |
| Binary | 1011001 | 10011101 | 11110 | 101011 | 0 | 1010001 | 100110 | 1011100 | 1000100 | 100101 |
Color Harmonies of #599D1E
Complementary color
Monochromatic Colors of #599D1E
Black with #599D1E
Text Example
Text Example
White with #599D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D1E; }
p { color: rgb(89,157,30); }
H1.HeaderClassName
{
color: #599D1E;
}
.AnyTagClassName
{
color: #599D1E;
}
</style>
background-color css
<style>
a { background-color: #599D1E; }
a { background-color: rgb(89,157,30); }
div.DivClassName
{
background-color: #599D1E;
}
.BgClassName
{
background-color: #599D1E;
}
</style>
border-color css
<style>
span { border-color: #599D1E; }
span { border-color: rgb(89,157,30); }
td.TdClassName
{
border-color: #599D1E;
}
.TagClassName
{
border-color: #599D1E;
}
</style>