Shades of Lime Green #56DB3F
Tints of Lime Green #56DB3F
RGB
CMYK
RGB Variations
Color information
#56DB3F (or 0x56DB3F) is known color: Lime Green. HEX triplet: 56, DB and 3F. RGB value is (86,219,63). Sum of RGB (Red+Green+Blue) = 86+219+63=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #56DB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DB3F is #A924C0. Grayscale: #A1A1A1. Windows color (decimal): -11084993 or 4184918. OLE color: 4184918.
HSL color Cylindrical-coordinate representation of color #56DB3F: hue angle of 111.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56DB3F is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 63 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.14 |
| HSL | 111.15º | 0.68% | 0.55% | - |
| HSV(B) | 111.15º | 0.71% | 0.86% | - |
| XYZ | 30.07 | 53 | 13.35 | - |
| YUV | 161.45 | 72.44 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 63 | 0.61 | 0 | 0.71 | 0.14 | 111.15 | 0.68 | 0.55 |
| Hex | 56 | DB | 3F | 3D | 0 | 47 | E | 6F | 44 | 37 |
| Octal | 126 | 333 | 77 | 75 | 0 | 107 | 16 | 157 | 104 | 67 |
| Binary | 1010110 | 11011011 | 111111 | 111101 | 0 | 1000111 | 1110 | 1101111 | 1000100 | 110111 |
Color Harmonies of #56DB3F
Complementary color
Monochromatic Colors of #56DB3F
Black with #56DB3F
Text Example
Text Example
White with #56DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DB3F; }
p { color: rgb(86,219,63); }
H1.HeaderClassName
{
color: #56DB3F;
}
.AnyTagClassName
{
color: #56DB3F;
}
</style>
background-color css
<style>
a { background-color: #56DB3F; }
a { background-color: rgb(86,219,63); }
div.DivClassName
{
background-color: #56DB3F;
}
.BgClassName
{
background-color: #56DB3F;
}
</style>
border-color css
<style>
span { border-color: #56DB3F; }
span { border-color: rgb(86,219,63); }
td.TdClassName
{
border-color: #56DB3F;
}
.TagClassName
{
border-color: #56DB3F;
}
</style>