Shades of Limeade #559003
Tints of Limeade #559003
RGB
CMYK
RGB Variations
Color information
#559003 (or 0x559003) is known color: Limeade. HEX triplet: 55, 90 and 03. RGB value is (85,144,3). Sum of RGB (Red+Green+Blue) = 85+144+3=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #559003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559003 is #AA6FFC. Grayscale: #6E6E6E. Windows color (decimal): -11169789 or 233557. OLE color: 233557.
HSL color Cylindrical-coordinate representation of color #559003: hue angle of 85.11º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #559003 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 3 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.44 |
| HSL | 85.11º | 0.96% | 0.29% | - |
| HSV(B) | 85.11º | 0.98% | 0.56% | - |
| XYZ | 13.74 | 21.88 | 3.59 | - |
| YUV | 110.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 3 | 0.41 | 0 | 0.98 | 0.44 | 85.11 | 0.96 | 0.29 |
| Hex | 55 | 90 | 3 | 29 | 0 | 62 | 2C | 55 | 60 | 1D |
| Octal | 125 | 220 | 3 | 51 | 0 | 142 | 54 | 125 | 140 | 35 |
| Binary | 1010101 | 10010000 | 11 | 101001 | 0 | 1100010 | 101100 | 1010101 | 1100000 | 11101 |
Color Harmonies of #559003
Complementary color
Monochromatic Colors of #559003
Black with #559003
Text Example
Text Example
White with #559003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559003; }
p { color: rgb(85,144,3); }
H1.HeaderClassName
{
color: #559003;
}
.AnyTagClassName
{
color: #559003;
}
</style>
background-color css
<style>
a { background-color: #559003; }
a { background-color: rgb(85,144,3); }
div.DivClassName
{
background-color: #559003;
}
.BgClassName
{
background-color: #559003;
}
</style>
border-color css
<style>
span { border-color: #559003; }
span { border-color: rgb(85,144,3); }
td.TdClassName
{
border-color: #559003;
}
.TagClassName
{
border-color: #559003;
}
</style>