Shades of Limeade #55AA28
Tints of Limeade #55AA28
RGB
CMYK
RGB Variations
Color information
#55AA28 (or 0x55AA28) is known color: Limeade. HEX triplet: 55, AA and 28. RGB value is (85,170,40). Sum of RGB (Red+Green+Blue) = 85+170+40=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AA28 is #AA55D7. Grayscale: #828282. Windows color (decimal): -11163096 or 2665045. OLE color: 2665045.
HSL color Cylindrical-coordinate representation of color #55AA28: hue angle of 99.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55AA28 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 40 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.33 |
| HSL | 99.23º | 0.62% | 0.41% | - |
| HSV(B) | 99.23º | 0.76% | 0.67% | - |
| XYZ | 18.5 | 30.83 | 6.98 | - |
| YUV | 129.77 | 77.34 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 40 | 0.50 | 0 | 0.76 | 0.33 | 99.23 | 0.62 | 0.41 |
| Hex | 55 | AA | 28 | 32 | 0 | 4C | 21 | 63 | 3E | 29 |
| Octal | 125 | 252 | 50 | 62 | 0 | 114 | 41 | 143 | 76 | 51 |
| Binary | 1010101 | 10101010 | 101000 | 110010 | 0 | 1001100 | 100001 | 1100011 | 111110 | 101001 |
Color Harmonies of #55AA28
Complementary color
Monochromatic Colors of #55AA28
Black with #55AA28
Text Example
Text Example
White with #55AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AA28; }
p { color: rgb(85,170,40); }
H1.HeaderClassName
{
color: #55AA28;
}
.AnyTagClassName
{
color: #55AA28;
}
</style>
background-color css
<style>
a { background-color: #55AA28; }
a { background-color: rgb(85,170,40); }
div.DivClassName
{
background-color: #55AA28;
}
.BgClassName
{
background-color: #55AA28;
}
</style>
border-color css
<style>
span { border-color: #55AA28; }
span { border-color: rgb(85,170,40); }
td.TdClassName
{
border-color: #55AA28;
}
.TagClassName
{
border-color: #55AA28;
}
</style>