Shades of Limeade #55A30D
Tints of Limeade #55A30D
RGB
CMYK
RGB Variations
Color information
#55A30D (or 0x55A30D) is known color: Limeade. HEX triplet: 55, A3 and 0D. RGB value is (85,163,13). Sum of RGB (Red+Green+Blue) = 85+163+13=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 163 (64.06% from 255 or 62.45% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 163 - color contains mainly: green. Hex color #55A30D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A30D is #AA5CF2. Grayscale: #7B7B7B. Windows color (decimal): -11164915 or 893781. OLE color: 893781.
HSL color Cylindrical-coordinate representation of color #55A30D: hue angle of 91.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55A30D is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 13 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.36 |
| HSL | 91.2º | 0.85% | 0.35% | - |
| HSV(B) | 91.2º | 0.92% | 0.64% | - |
| XYZ | 16.92 | 28.15 | 4.92 | - |
| YUV | 122.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 13 | 0.48 | 0 | 0.92 | 0.36 | 91.2 | 0.85 | 0.35 |
| Hex | 55 | A3 | D | 30 | 0 | 5C | 24 | 5B | 55 | 23 |
| Octal | 125 | 243 | 15 | 60 | 0 | 134 | 44 | 133 | 125 | 43 |
| Binary | 1010101 | 10100011 | 1101 | 110000 | 0 | 1011100 | 100100 | 1011011 | 1010101 | 100011 |
Color Harmonies of #55A30D
Complementary color
Monochromatic Colors of #55A30D
Black with #55A30D
Text Example
Text Example
White with #55A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A30D; }
p { color: rgb(85,163,13); }
H1.HeaderClassName
{
color: #55A30D;
}
.AnyTagClassName
{
color: #55A30D;
}
</style>
background-color css
<style>
a { background-color: #55A30D; }
a { background-color: rgb(85,163,13); }
div.DivClassName
{
background-color: #55A30D;
}
.BgClassName
{
background-color: #55A30D;
}
</style>
border-color css
<style>
span { border-color: #55A30D; }
span { border-color: rgb(85,163,13); }
td.TdClassName
{
border-color: #55A30D;
}
.TagClassName
{
border-color: #55A30D;
}
</style>