Shades of Lime Green #56DD4A
Tints of Lime Green #56DD4A
RGB
CMYK
RGB Variations
Color information
#56DD4A (or 0x56DD4A) is known color: Lime Green. HEX triplet: 56, DD and 4A. RGB value is (86,221,74). Sum of RGB (Red+Green+Blue) = 86+221+74=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #56DD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DD4A is #A922B5. Grayscale: #A4A4A4. Windows color (decimal): -11084470 or 4906326. OLE color: 4906326.
HSL color Cylindrical-coordinate representation of color #56DD4A: hue angle of 115.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56DD4A is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 221 | 74 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.13 |
| HSL | 115.1º | 0.68% | 0.58% | - |
| HSV(B) | 115.1º | 0.67% | 0.87% | - |
| XYZ | 30.93 | 54.19 | 15.31 | - |
| YUV | 163.88 | 77.27 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 221 | 74 | 0.61 | 0 | 0.67 | 0.13 | 115.1 | 0.68 | 0.58 |
| Hex | 56 | DD | 4A | 3D | 0 | 43 | D | 73 | 44 | 3A |
| Octal | 126 | 335 | 112 | 75 | 0 | 103 | 15 | 163 | 104 | 72 |
| Binary | 1010110 | 11011101 | 1001010 | 111101 | 0 | 1000011 | 1101 | 1110011 | 1000100 | 111010 |
Color Harmonies of #56DD4A
Complementary color
Monochromatic Colors of #56DD4A
Black with #56DD4A
Text Example
Text Example
White with #56DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DD4A; }
p { color: rgb(86,221,74); }
H1.HeaderClassName
{
color: #56DD4A;
}
.AnyTagClassName
{
color: #56DD4A;
}
</style>
background-color css
<style>
a { background-color: #56DD4A; }
a { background-color: rgb(86,221,74); }
div.DivClassName
{
background-color: #56DD4A;
}
.BgClassName
{
background-color: #56DD4A;
}
</style>
border-color css
<style>
span { border-color: #56DD4A; }
span { border-color: rgb(86,221,74); }
td.TdClassName
{
border-color: #56DD4A;
}
.TagClassName
{
border-color: #56DD4A;
}
</style>