Shades of Lime Green #56DB47
Tints of Lime Green #56DB47
RGB
CMYK
RGB Variations
Color information
#56DB47 (or 0x56DB47) is known color: Lime Green. HEX triplet: 56, DB and 47. RGB value is (86,219,71). Sum of RGB (Red+Green+Blue) = 86+219+71=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #56DB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DB47 is #A924B8. Grayscale: #A2A2A2. Windows color (decimal): -11084985 or 4709206. OLE color: 4709206.
HSL color Cylindrical-coordinate representation of color #56DB47: hue angle of 113.92º degrees, saturation: 0.67, 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 #56DB47 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 71 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.14 |
| HSL | 113.92º | 0.67% | 0.57% | - |
| HSV(B) | 113.92º | 0.68% | 0.86% | - |
| XYZ | 30.31 | 53.1 | 14.61 | - |
| YUV | 162.36 | 76.44 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 71 | 0.61 | 0 | 0.68 | 0.14 | 113.92 | 0.67 | 0.57 |
| Hex | 56 | DB | 47 | 3D | 0 | 44 | E | 72 | 43 | 39 |
| Octal | 126 | 333 | 107 | 75 | 0 | 104 | 16 | 162 | 103 | 71 |
| Binary | 1010110 | 11011011 | 1000111 | 111101 | 0 | 1000100 | 1110 | 1110010 | 1000011 | 111001 |
Color Harmonies of #56DB47
Complementary color
Monochromatic Colors of #56DB47
Black with #56DB47
Text Example
Text Example
White with #56DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DB47; }
p { color: rgb(86,219,71); }
H1.HeaderClassName
{
color: #56DB47;
}
.AnyTagClassName
{
color: #56DB47;
}
</style>
background-color css
<style>
a { background-color: #56DB47; }
a { background-color: rgb(86,219,71); }
div.DivClassName
{
background-color: #56DB47;
}
.BgClassName
{
background-color: #56DB47;
}
</style>
border-color css
<style>
span { border-color: #56DB47; }
span { border-color: rgb(86,219,71); }
td.TdClassName
{
border-color: #56DB47;
}
.TagClassName
{
border-color: #56DB47;
}
</style>