Shades of Limeade #55A82B
Tints of Limeade #55A82B
RGB
CMYK
RGB Variations
Color information
#55A82B (or 0x55A82B) is known color: Limeade. HEX triplet: 55, A8 and 2B. RGB value is (85,168,43). Sum of RGB (Red+Green+Blue) = 85+168+43=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #55A82B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A82B is #AA57D4. Grayscale: #818181. Windows color (decimal): -11163605 or 2861141. OLE color: 2861141.
HSL color Cylindrical-coordinate representation of color #55A82B: hue angle of 99.84º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55A82B is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 168 | 43 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.34 |
| HSL | 99.84º | 0.59% | 0.41% | - |
| HSV(B) | 99.84º | 0.74% | 0.66% | - |
| XYZ | 18.18 | 30.11 | 7.14 | - |
| YUV | 128.93 | 79.5 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 43 | 0.49 | 0 | 0.74 | 0.34 | 99.84 | 0.59 | 0.41 |
| Hex | 55 | A8 | 2B | 31 | 0 | 4A | 22 | 64 | 3B | 29 |
| Octal | 125 | 250 | 53 | 61 | 0 | 112 | 42 | 144 | 73 | 51 |
| Binary | 1010101 | 10101000 | 101011 | 110001 | 0 | 1001010 | 100010 | 1100100 | 111011 | 101001 |
Color Harmonies of #55A82B
Complementary color
Monochromatic Colors of #55A82B
Black with #55A82B
Text Example
Text Example
White with #55A82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A82B; }
p { color: rgb(85,168,43); }
H1.HeaderClassName
{
color: #55A82B;
}
.AnyTagClassName
{
color: #55A82B;
}
</style>
background-color css
<style>
a { background-color: #55A82B; }
a { background-color: rgb(85,168,43); }
div.DivClassName
{
background-color: #55A82B;
}
.BgClassName
{
background-color: #55A82B;
}
</style>
border-color css
<style>
span { border-color: #55A82B; }
span { border-color: rgb(85,168,43); }
td.TdClassName
{
border-color: #55A82B;
}
.TagClassName
{
border-color: #55A82B;
}
</style>