Shades of Lime Green #56DC47
Tints of Lime Green #56DC47
RGB
CMYK
RGB Variations
Color information
#56DC47 (or 0x56DC47) is known color: Lime Green. HEX triplet: 56, DC and 47. RGB value is (86,220,71). Sum of RGB (Red+Green+Blue) = 86+220+71=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DC47 is #A923B8. Grayscale: #A3A3A3. Windows color (decimal): -11084729 or 4709462. OLE color: 4709462.
HSL color Cylindrical-coordinate representation of color #56DC47: hue angle of 113.96º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56DC47 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 71 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.14 |
| HSL | 113.96º | 0.68% | 0.57% | - |
| HSV(B) | 113.96º | 0.68% | 0.86% | - |
| XYZ | 30.57 | 53.62 | 14.7 | - |
| YUV | 162.95 | 76.11 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 71 | 0.61 | 0 | 0.68 | 0.14 | 113.96 | 0.68 | 0.57 |
| Hex | 56 | DC | 47 | 3D | 0 | 44 | E | 72 | 44 | 39 |
| Octal | 126 | 334 | 107 | 75 | 0 | 104 | 16 | 162 | 104 | 71 |
| Binary | 1010110 | 11011100 | 1000111 | 111101 | 0 | 1000100 | 1110 | 1110010 | 1000100 | 111001 |
Color Harmonies of #56DC47
Complementary color
Monochromatic Colors of #56DC47
Black with #56DC47
Text Example
Text Example
White with #56DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DC47; }
p { color: rgb(86,220,71); }
H1.HeaderClassName
{
color: #56DC47;
}
.AnyTagClassName
{
color: #56DC47;
}
</style>
background-color css
<style>
a { background-color: #56DC47; }
a { background-color: rgb(86,220,71); }
div.DivClassName
{
background-color: #56DC47;
}
.BgClassName
{
background-color: #56DC47;
}
</style>
border-color css
<style>
span { border-color: #56DC47; }
span { border-color: rgb(86,220,71); }
td.TdClassName
{
border-color: #56DC47;
}
.TagClassName
{
border-color: #56DC47;
}
</style>