Shades of Limeade #559C2A
Tints of Limeade #559C2A
RGB
CMYK
RGB Variations
Color information
#559C2A (or 0x559C2A) is known color: Limeade. HEX triplet: 55, 9C and 2A. RGB value is (85,156,42). Sum of RGB (Red+Green+Blue) = 85+156+42=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #559C2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C2A is #AA63D5. Grayscale: #7A7A7A. Windows color (decimal): -11166678 or 2792533. OLE color: 2792533.
HSL color Cylindrical-coordinate representation of color #559C2A: hue angle of 97.37º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #559C2A is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 42 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.39 |
| HSL | 97.37º | 0.58% | 0.39% | - |
| HSV(B) | 97.37º | 0.73% | 0.61% | - |
| XYZ | 16.05 | 25.88 | 6.34 | - |
| YUV | 121.78 | 82.98 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 42 | 0.46 | 0 | 0.73 | 0.39 | 97.37 | 0.58 | 0.39 |
| Hex | 55 | 9C | 2A | 2E | 0 | 49 | 27 | 61 | 3A | 27 |
| Octal | 125 | 234 | 52 | 56 | 0 | 111 | 47 | 141 | 72 | 47 |
| Binary | 1010101 | 10011100 | 101010 | 101110 | 0 | 1001001 | 100111 | 1100001 | 111010 | 100111 |
Color Harmonies of #559C2A
Complementary color
Monochromatic Colors of #559C2A
Black with #559C2A
Text Example
Text Example
White with #559C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C2A; }
p { color: rgb(85,156,42); }
H1.HeaderClassName
{
color: #559C2A;
}
.AnyTagClassName
{
color: #559C2A;
}
</style>
background-color css
<style>
a { background-color: #559C2A; }
a { background-color: rgb(85,156,42); }
div.DivClassName
{
background-color: #559C2A;
}
.BgClassName
{
background-color: #559C2A;
}
</style>
border-color css
<style>
span { border-color: #559C2A; }
span { border-color: rgb(85,156,42); }
td.TdClassName
{
border-color: #559C2A;
}
.TagClassName
{
border-color: #559C2A;
}
</style>