Shades of Limeade #599C2F
Tints of Limeade #599C2F
RGB
CMYK
RGB Variations
Color information
#599C2F (or 0x599C2F) is known color: Limeade. HEX triplet: 59, 9C and 2F. RGB value is (89,156,47). Sum of RGB (Red+Green+Blue) = 89+156+47=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #599C2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599C2F is #A663D0. Grayscale: #7B7B7B. Windows color (decimal): -10904529 or 3120217. OLE color: 3120217.
HSL color Cylindrical-coordinate representation of color #599C2F: hue angle of 96.88º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #599C2F is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 47 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.39 |
| HSL | 96.88º | 0.54% | 0.4% | - |
| HSV(B) | 96.88º | 0.7% | 0.61% | - |
| XYZ | 16.52 | 26.11 | 6.86 | - |
| YUV | 123.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 47 | 0.43 | 0 | 0.70 | 0.39 | 96.88 | 0.54 | 0.4 |
| Hex | 59 | 9C | 2F | 2B | 0 | 46 | 27 | 61 | 36 | 28 |
| Octal | 131 | 234 | 57 | 53 | 0 | 106 | 47 | 141 | 66 | 50 |
| Binary | 1011001 | 10011100 | 101111 | 101011 | 0 | 1000110 | 100111 | 1100001 | 110110 | 101000 |
Color Harmonies of #599C2F
Complementary color
Monochromatic Colors of #599C2F
Black with #599C2F
Text Example
Text Example
White with #599C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C2F; }
p { color: rgb(89,156,47); }
H1.HeaderClassName
{
color: #599C2F;
}
.AnyTagClassName
{
color: #599C2F;
}
</style>
background-color css
<style>
a { background-color: #599C2F; }
a { background-color: rgb(89,156,47); }
div.DivClassName
{
background-color: #599C2F;
}
.BgClassName
{
background-color: #599C2F;
}
</style>
border-color css
<style>
span { border-color: #599C2F; }
span { border-color: rgb(89,156,47); }
td.TdClassName
{
border-color: #599C2F;
}
.TagClassName
{
border-color: #599C2F;
}
</style>