Shades of Lime Green #56DC49
Tints of Lime Green #56DC49
RGB
CMYK
RGB Variations
Color information
#56DC49 (or 0x56DC49) is known color: Lime Green. HEX triplet: 56, DC and 49. RGB value is (86,220,73). Sum of RGB (Red+Green+Blue) = 86+220+73=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DC49 is #A923B6. Grayscale: #A3A3A3. Windows color (decimal): -11084727 or 4840534. OLE color: 4840534.
HSL color Cylindrical-coordinate representation of color #56DC49: hue angle of 114.69º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56DC49 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 73 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.14 |
| HSL | 114.69º | 0.68% | 0.57% | - |
| HSV(B) | 114.69º | 0.67% | 0.86% | - |
| XYZ | 30.63 | 53.65 | 15.04 | - |
| YUV | 163.18 | 77.11 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 73 | 0.61 | 0 | 0.67 | 0.14 | 114.69 | 0.68 | 0.57 |
| Hex | 56 | DC | 49 | 3D | 0 | 43 | E | 73 | 44 | 39 |
| Octal | 126 | 334 | 111 | 75 | 0 | 103 | 16 | 163 | 104 | 71 |
| Binary | 1010110 | 11011100 | 1001001 | 111101 | 0 | 1000011 | 1110 | 1110011 | 1000100 | 111001 |
Color Harmonies of #56DC49
Complementary color
Monochromatic Colors of #56DC49
Black with #56DC49
Text Example
Text Example
White with #56DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DC49; }
p { color: rgb(86,220,73); }
H1.HeaderClassName
{
color: #56DC49;
}
.AnyTagClassName
{
color: #56DC49;
}
</style>
background-color css
<style>
a { background-color: #56DC49; }
a { background-color: rgb(86,220,73); }
div.DivClassName
{
background-color: #56DC49;
}
.BgClassName
{
background-color: #56DC49;
}
</style>
border-color css
<style>
span { border-color: #56DC49; }
span { border-color: rgb(86,220,73); }
td.TdClassName
{
border-color: #56DC49;
}
.TagClassName
{
border-color: #56DC49;
}
</style>