Shades of Lime Green #56D740
Tints of Lime Green #56D740
RGB
CMYK
RGB Variations
Color information
#56D740 (or 0x56D740) is known color: Lime Green. HEX triplet: 56, D7 and 40. RGB value is (86,215,64). Sum of RGB (Red+Green+Blue) = 86+215+64=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #56D740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D740 is #A928BF. Grayscale: #9F9F9F. Windows color (decimal): -11086016 or 4249430. OLE color: 4249430.
HSL color Cylindrical-coordinate representation of color #56D740: hue angle of 111.26º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56D740 is Cyan = 0.6, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 215 | 64 | - |
| CMYK | 0.6 | 0 | 0.70 | 0.16 |
| HSL | 111.26º | 0.65% | 0.55% | - |
| HSV(B) | 111.26º | 0.7% | 0.84% | - |
| XYZ | 29.06 | 50.95 | 13.15 | - |
| YUV | 159.22 | 74.26 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 215 | 64 | 0.6 | 0 | 0.70 | 0.16 | 111.26 | 0.65 | 0.55 |
| Hex | 56 | D7 | 40 | 3C | 0 | 46 | 10 | 6F | 41 | 37 |
| Octal | 126 | 327 | 100 | 74 | 0 | 106 | 20 | 157 | 101 | 67 |
| Binary | 1010110 | 11010111 | 1000000 | 111100 | 0 | 1000110 | 10000 | 1101111 | 1000001 | 110111 |
Color Harmonies of #56D740
Complementary color
Monochromatic Colors of #56D740
Black with #56D740
Text Example
Text Example
White with #56D740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D740; }
p { color: rgb(86,215,64); }
H1.HeaderClassName
{
color: #56D740;
}
.AnyTagClassName
{
color: #56D740;
}
</style>
background-color css
<style>
a { background-color: #56D740; }
a { background-color: rgb(86,215,64); }
div.DivClassName
{
background-color: #56D740;
}
.BgClassName
{
background-color: #56D740;
}
</style>
border-color css
<style>
span { border-color: #56D740; }
span { border-color: rgb(86,215,64); }
td.TdClassName
{
border-color: #56D740;
}
.TagClassName
{
border-color: #56D740;
}
</style>