Shades of Limeade #56A024
Tints of Limeade #56A024
RGB
CMYK
RGB Variations
Color information
#56A024 (or 0x56A024) is known color: Limeade. HEX triplet: 56, A0 and 24. RGB value is (86,160,36). Sum of RGB (Red+Green+Blue) = 86+160+36=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #56A024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A024 is #A95FDB. Grayscale: #7C7C7C. Windows color (decimal): -11100124 or 2400342. OLE color: 2400342.
HSL color Cylindrical-coordinate representation of color #56A024: hue angle of 95.81º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56A024 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 160 | 36 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.37 |
| HSL | 95.81º | 0.63% | 0.38% | - |
| HSV(B) | 95.81º | 0.78% | 0.63% | - |
| XYZ | 16.73 | 27.25 | 6.05 | - |
| YUV | 123.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 36 | 0.46 | 0 | 0.78 | 0.37 | 95.81 | 0.63 | 0.38 |
| Hex | 56 | A0 | 24 | 2E | 0 | 4E | 25 | 60 | 3F | 26 |
| Octal | 126 | 240 | 44 | 56 | 0 | 116 | 45 | 140 | 77 | 46 |
| Binary | 1010110 | 10100000 | 100100 | 101110 | 0 | 1001110 | 100101 | 1100000 | 111111 | 100110 |
Color Harmonies of #56A024
Complementary color
Monochromatic Colors of #56A024
Black with #56A024
Text Example
Text Example
White with #56A024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A024; }
p { color: rgb(86,160,36); }
H1.HeaderClassName
{
color: #56A024;
}
.AnyTagClassName
{
color: #56A024;
}
</style>
background-color css
<style>
a { background-color: #56A024; }
a { background-color: rgb(86,160,36); }
div.DivClassName
{
background-color: #56A024;
}
.BgClassName
{
background-color: #56A024;
}
</style>
border-color css
<style>
span { border-color: #56A024; }
span { border-color: rgb(86,160,36); }
td.TdClassName
{
border-color: #56A024;
}
.TagClassName
{
border-color: #56A024;
}
</style>