Shades of Lime Green #56DC45
Tints of Lime Green #56DC45
RGB
CMYK
RGB Variations
Color information
#56DC45 (or 0x56DC45) is known color: Lime Green. HEX triplet: 56, DC and 45. RGB value is (86,220,69). Sum of RGB (Red+Green+Blue) = 86+220+69=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DC45 is #A923BA. Grayscale: #A3A3A3. Windows color (decimal): -11084731 or 4578390. OLE color: 4578390.
HSL color Cylindrical-coordinate representation of color #56DC45: hue angle of 113.25º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56DC45 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 69 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.14 |
| HSL | 113.25º | 0.68% | 0.57% | - |
| HSV(B) | 113.25º | 0.69% | 0.86% | - |
| XYZ | 30.51 | 53.59 | 14.37 | - |
| YUV | 162.72 | 75.11 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 69 | 0.61 | 0 | 0.69 | 0.14 | 113.25 | 0.68 | 0.57 |
| Hex | 56 | DC | 45 | 3D | 0 | 45 | E | 71 | 44 | 39 |
| Octal | 126 | 334 | 105 | 75 | 0 | 105 | 16 | 161 | 104 | 71 |
| Binary | 1010110 | 11011100 | 1000101 | 111101 | 0 | 1000101 | 1110 | 1110001 | 1000100 | 111001 |
Color Harmonies of #56DC45
Complementary color
Monochromatic Colors of #56DC45
Black with #56DC45
Text Example
Text Example
White with #56DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DC45; }
p { color: rgb(86,220,69); }
H1.HeaderClassName
{
color: #56DC45;
}
.AnyTagClassName
{
color: #56DC45;
}
</style>
background-color css
<style>
a { background-color: #56DC45; }
a { background-color: rgb(86,220,69); }
div.DivClassName
{
background-color: #56DC45;
}
.BgClassName
{
background-color: #56DC45;
}
</style>
border-color css
<style>
span { border-color: #56DC45; }
span { border-color: rgb(86,220,69); }
td.TdClassName
{
border-color: #56DC45;
}
.TagClassName
{
border-color: #56DC45;
}
</style>