Shades of Lime Green #56DC46
Tints of Lime Green #56DC46
RGB
CMYK
RGB Variations
Color information
#56DC46 (or 0x56DC46) is known color: Lime Green. HEX triplet: 56, DC and 46. RGB value is (86,220,70). Sum of RGB (Red+Green+Blue) = 86+220+70=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DC46 is #A923B9. Grayscale: #A3A3A3. Windows color (decimal): -11084730 or 4643926. OLE color: 4643926.
HSL color Cylindrical-coordinate representation of color #56DC46: hue angle of 113.6º 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 #56DC46 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 70 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.14 |
| HSL | 113.6º | 0.68% | 0.57% | - |
| HSV(B) | 113.6º | 0.68% | 0.86% | - |
| XYZ | 30.54 | 53.61 | 14.53 | - |
| YUV | 162.83 | 75.61 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 70 | 0.61 | 0 | 0.68 | 0.14 | 113.6 | 0.68 | 0.57 |
| Hex | 56 | DC | 46 | 3D | 0 | 44 | E | 72 | 44 | 39 |
| Octal | 126 | 334 | 106 | 75 | 0 | 104 | 16 | 162 | 104 | 71 |
| Binary | 1010110 | 11011100 | 1000110 | 111101 | 0 | 1000100 | 1110 | 1110010 | 1000100 | 111001 |
Color Harmonies of #56DC46
Complementary color
Monochromatic Colors of #56DC46
Black with #56DC46
Text Example
Text Example
White with #56DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DC46; }
p { color: rgb(86,220,70); }
H1.HeaderClassName
{
color: #56DC46;
}
.AnyTagClassName
{
color: #56DC46;
}
</style>
background-color css
<style>
a { background-color: #56DC46; }
a { background-color: rgb(86,220,70); }
div.DivClassName
{
background-color: #56DC46;
}
.BgClassName
{
background-color: #56DC46;
}
</style>
border-color css
<style>
span { border-color: #56DC46; }
span { border-color: rgb(86,220,70); }
td.TdClassName
{
border-color: #56DC46;
}
.TagClassName
{
border-color: #56DC46;
}
</style>