Shades of Limeade #55A324
Tints of Limeade #55A324
RGB
CMYK
RGB Variations
Color information
#55A324 (or 0x55A324) is known color: Limeade. HEX triplet: 55, A3 and 24. RGB value is (85,163,36). Sum of RGB (Red+Green+Blue) = 85+163+36=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #55A324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A324 is #AA5CDB. Grayscale: #7D7D7D. Windows color (decimal): -11164892 or 2401109. OLE color: 2401109.
HSL color Cylindrical-coordinate representation of color #55A324: hue angle of 96.85º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55A324 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 36 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.36 |
| HSL | 96.85º | 0.64% | 0.39% | - |
| HSV(B) | 96.85º | 0.78% | 0.64% | - |
| XYZ | 17.16 | 28.25 | 6.22 | - |
| YUV | 125.2 | 77.66 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 36 | 0.48 | 0 | 0.78 | 0.36 | 96.85 | 0.64 | 0.39 |
| Hex | 55 | A3 | 24 | 30 | 0 | 4E | 24 | 61 | 40 | 27 |
| Octal | 125 | 243 | 44 | 60 | 0 | 116 | 44 | 141 | 100 | 47 |
| Binary | 1010101 | 10100011 | 100100 | 110000 | 0 | 1001110 | 100100 | 1100001 | 1000000 | 100111 |
Color Harmonies of #55A324
Complementary color
Monochromatic Colors of #55A324
Black with #55A324
Text Example
Text Example
White with #55A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A324; }
p { color: rgb(85,163,36); }
H1.HeaderClassName
{
color: #55A324;
}
.AnyTagClassName
{
color: #55A324;
}
</style>
background-color css
<style>
a { background-color: #55A324; }
a { background-color: rgb(85,163,36); }
div.DivClassName
{
background-color: #55A324;
}
.BgClassName
{
background-color: #55A324;
}
</style>
border-color css
<style>
span { border-color: #55A324; }
span { border-color: rgb(85,163,36); }
td.TdClassName
{
border-color: #55A324;
}
.TagClassName
{
border-color: #55A324;
}
</style>