Shades of Limeade #55A033
Tints of Limeade #55A033
RGB
CMYK
RGB Variations
Color information
#55A033 (or 0x55A033) is known color: Limeade. HEX triplet: 55, A0 and 33. RGB value is (85,160,51). Sum of RGB (Red+Green+Blue) = 85+160+51=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #55A033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A033 is #AA5FCC. Grayscale: #7D7D7D. Windows color (decimal): -11165645 or 3383381. OLE color: 3383381.
HSL color Cylindrical-coordinate representation of color #55A033: hue angle of 101.28º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55A033 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 160 | 51 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.37 |
| HSL | 101.28º | 0.52% | 0.41% | - |
| HSV(B) | 101.28º | 0.68% | 0.63% | - |
| XYZ | 16.91 | 27.31 | 7.51 | - |
| YUV | 125.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 51 | 0.47 | 0 | 0.68 | 0.37 | 101.28 | 0.52 | 0.41 |
| Hex | 55 | A0 | 33 | 2F | 0 | 44 | 25 | 65 | 34 | 29 |
| Octal | 125 | 240 | 63 | 57 | 0 | 104 | 45 | 145 | 64 | 51 |
| Binary | 1010101 | 10100000 | 110011 | 101111 | 0 | 1000100 | 100101 | 1100101 | 110100 | 101001 |
Color Harmonies of #55A033
Complementary color
Monochromatic Colors of #55A033
Black with #55A033
Text Example
Text Example
White with #55A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A033; }
p { color: rgb(85,160,51); }
H1.HeaderClassName
{
color: #55A033;
}
.AnyTagClassName
{
color: #55A033;
}
</style>
background-color css
<style>
a { background-color: #55A033; }
a { background-color: rgb(85,160,51); }
div.DivClassName
{
background-color: #55A033;
}
.BgClassName
{
background-color: #55A033;
}
</style>
border-color css
<style>
span { border-color: #55A033; }
span { border-color: rgb(85,160,51); }
td.TdClassName
{
border-color: #55A033;
}
.TagClassName
{
border-color: #55A033;
}
</style>