Shades of Limeade #55A024
Tints of Limeade #55A024
RGB
CMYK
RGB Variations
Color information
#55A024 (or 0x55A024) is known color: Limeade. HEX triplet: 55, A0 and 24. RGB value is (85,160,36). Sum of RGB (Red+Green+Blue) = 85+160+36=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #55A024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A024 is #AA5FDB. Grayscale: #7B7B7B. Windows color (decimal): -11165660 or 2400341. OLE color: 2400341.
HSL color Cylindrical-coordinate representation of color #55A024: hue angle of 96.29º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55A024 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 160 | 36 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.37 |
| HSL | 96.29º | 0.63% | 0.38% | - |
| HSV(B) | 96.29º | 0.78% | 0.63% | - |
| XYZ | 16.64 | 27.2 | 6.04 | - |
| YUV | 123.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 36 | 0.47 | 0 | 0.78 | 0.37 | 96.29 | 0.63 | 0.38 |
| Hex | 55 | A0 | 24 | 2F | 0 | 4E | 25 | 60 | 3F | 26 |
| Octal | 125 | 240 | 44 | 57 | 0 | 116 | 45 | 140 | 77 | 46 |
| Binary | 1010101 | 10100000 | 100100 | 101111 | 0 | 1001110 | 100101 | 1100000 | 111111 | 100110 |
Color Harmonies of #55A024
Complementary color
Monochromatic Colors of #55A024
Black with #55A024
Text Example
Text Example
White with #55A024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A024; }
p { color: rgb(85,160,36); }
H1.HeaderClassName
{
color: #55A024;
}
.AnyTagClassName
{
color: #55A024;
}
</style>
background-color css
<style>
a { background-color: #55A024; }
a { background-color: rgb(85,160,36); }
div.DivClassName
{
background-color: #55A024;
}
.BgClassName
{
background-color: #55A024;
}
</style>
border-color css
<style>
span { border-color: #55A024; }
span { border-color: rgb(85,160,36); }
td.TdClassName
{
border-color: #55A024;
}
.TagClassName
{
border-color: #55A024;
}
</style>