Shades of Limeade #55A026
Tints of Limeade #55A026
RGB
CMYK
RGB Variations
Color information
#55A026 (or 0x55A026) is known color: Limeade. HEX triplet: 55, A0 and 26. RGB value is (85,160,38). Sum of RGB (Red+Green+Blue) = 85+160+38=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #55A026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A026 is #AA5FD9. Grayscale: #7C7C7C. Windows color (decimal): -11165658 or 2531413. OLE color: 2531413.
HSL color Cylindrical-coordinate representation of color #55A026: hue angle of 96.89º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55A026 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 160 | 38 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.37 |
| HSL | 96.89º | 0.62% | 0.39% | - |
| HSV(B) | 96.89º | 0.76% | 0.63% | - |
| XYZ | 16.67 | 27.21 | 6.21 | - |
| YUV | 123.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 38 | 0.47 | 0 | 0.76 | 0.37 | 96.89 | 0.62 | 0.39 |
| Hex | 55 | A0 | 26 | 2F | 0 | 4C | 25 | 61 | 3E | 27 |
| Octal | 125 | 240 | 46 | 57 | 0 | 114 | 45 | 141 | 76 | 47 |
| Binary | 1010101 | 10100000 | 100110 | 101111 | 0 | 1001100 | 100101 | 1100001 | 111110 | 100111 |
Color Harmonies of #55A026
Complementary color
Monochromatic Colors of #55A026
Black with #55A026
Text Example
Text Example
White with #55A026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A026; }
p { color: rgb(85,160,38); }
H1.HeaderClassName
{
color: #55A026;
}
.AnyTagClassName
{
color: #55A026;
}
</style>
background-color css
<style>
a { background-color: #55A026; }
a { background-color: rgb(85,160,38); }
div.DivClassName
{
background-color: #55A026;
}
.BgClassName
{
background-color: #55A026;
}
</style>
border-color css
<style>
span { border-color: #55A026; }
span { border-color: rgb(85,160,38); }
td.TdClassName
{
border-color: #55A026;
}
.TagClassName
{
border-color: #55A026;
}
</style>