Shades of Limeade #559C2F
Tints of Limeade #559C2F
RGB
CMYK
RGB Variations
Color information
#559C2F (or 0x559C2F) is known color: Limeade. HEX triplet: 55, 9C and 2F. RGB value is (85,156,47). Sum of RGB (Red+Green+Blue) = 85+156+47=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #559C2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C2F is #AA63D0. Grayscale: #7A7A7A. Windows color (decimal): -11166673 or 3120213. OLE color: 3120213.
HSL color Cylindrical-coordinate representation of color #559C2F: hue angle of 99.08º 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 #559C2F is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 47 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.39 |
| HSL | 99.08º | 0.54% | 0.4% | - |
| HSV(B) | 99.08º | 0.7% | 0.61% | - |
| XYZ | 16.15 | 25.91 | 6.84 | - |
| YUV | 122.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 47 | 0.46 | 0 | 0.70 | 0.39 | 99.08 | 0.54 | 0.4 |
| Hex | 55 | 9C | 2F | 2E | 0 | 46 | 27 | 63 | 36 | 28 |
| Octal | 125 | 234 | 57 | 56 | 0 | 106 | 47 | 143 | 66 | 50 |
| Binary | 1010101 | 10011100 | 101111 | 101110 | 0 | 1000110 | 100111 | 1100011 | 110110 | 101000 |
Color Harmonies of #559C2F
Complementary color
Monochromatic Colors of #559C2F
Black with #559C2F
Text Example
Text Example
White with #559C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C2F; }
p { color: rgb(85,156,47); }
H1.HeaderClassName
{
color: #559C2F;
}
.AnyTagClassName
{
color: #559C2F;
}
</style>
background-color css
<style>
a { background-color: #559C2F; }
a { background-color: rgb(85,156,47); }
div.DivClassName
{
background-color: #559C2F;
}
.BgClassName
{
background-color: #559C2F;
}
</style>
border-color css
<style>
span { border-color: #559C2F; }
span { border-color: rgb(85,156,47); }
td.TdClassName
{
border-color: #559C2F;
}
.TagClassName
{
border-color: #559C2F;
}
</style>