Shades of Limeade #56AB2C
Tints of Limeade #56AB2C
RGB
CMYK
RGB Variations
Color information
#56AB2C (or 0x56AB2C) is known color: Limeade. HEX triplet: 56, AB and 2C. RGB value is (86,171,44). Sum of RGB (Red+Green+Blue) = 86+171+44=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AB2C is #A954D3. Grayscale: #838383. Windows color (decimal): -11097300 or 2927446. OLE color: 2927446.
HSL color Cylindrical-coordinate representation of color #56AB2C: hue angle of 100.16º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56AB2C is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 44 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.33 |
| HSL | 100.16º | 0.59% | 0.42% | - |
| HSV(B) | 100.16º | 0.74% | 0.67% | - |
| XYZ | 18.86 | 31.29 | 7.43 | - |
| YUV | 131.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 44 | 0.50 | 0 | 0.74 | 0.33 | 100.16 | 0.59 | 0.42 |
| Hex | 56 | AB | 2C | 32 | 0 | 4A | 21 | 64 | 3B | 2A |
| Octal | 126 | 253 | 54 | 62 | 0 | 112 | 41 | 144 | 73 | 52 |
| Binary | 1010110 | 10101011 | 101100 | 110010 | 0 | 1001010 | 100001 | 1100100 | 111011 | 101010 |
Color Harmonies of #56AB2C
Complementary color
Monochromatic Colors of #56AB2C
Black with #56AB2C
Text Example
Text Example
White with #56AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AB2C; }
p { color: rgb(86,171,44); }
H1.HeaderClassName
{
color: #56AB2C;
}
.AnyTagClassName
{
color: #56AB2C;
}
</style>
background-color css
<style>
a { background-color: #56AB2C; }
a { background-color: rgb(86,171,44); }
div.DivClassName
{
background-color: #56AB2C;
}
.BgClassName
{
background-color: #56AB2C;
}
</style>
border-color css
<style>
span { border-color: #56AB2C; }
span { border-color: rgb(86,171,44); }
td.TdClassName
{
border-color: #56AB2C;
}
.TagClassName
{
border-color: #56AB2C;
}
</style>