Shades of Lime Green #56D438
Tints of Lime Green #56D438
RGB
CMYK
RGB Variations
Color information
#56D438 (or 0x56D438) is known color: Lime Green. HEX triplet: 56, D4 and 38. RGB value is (86,212,56). Sum of RGB (Red+Green+Blue) = 86+212+56=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #56D438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D438 is #A92BC7. Grayscale: #9D9D9D. Windows color (decimal): -11086792 or 3724374. OLE color: 3724374.
HSL color Cylindrical-coordinate representation of color #56D438: hue angle of 108.46º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56D438 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 86 | 212 | 56 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.17 |
| HSL | 108.46º | 0.64% | 0.53% | - |
| HSV(B) | 108.46º | 0.74% | 0.83% | - |
| XYZ | 28.1 | 49.35 | 11.79 | - |
| YUV | 156.54 | 71.26 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 212 | 56 | 0.59 | 0 | 0.74 | 0.17 | 108.46 | 0.64 | 0.53 |
| Hex | 56 | D4 | 38 | 3B | 0 | 4A | 11 | 6C | 40 | 35 |
| Octal | 126 | 324 | 70 | 73 | 0 | 112 | 21 | 154 | 100 | 65 |
| Binary | 1010110 | 11010100 | 111000 | 111011 | 0 | 1001010 | 10001 | 1101100 | 1000000 | 110101 |
Color Harmonies of #56D438
Complementary color
Monochromatic Colors of #56D438
Black with #56D438
Text Example
Text Example
White with #56D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D438; }
p { color: rgb(86,212,56); }
H1.HeaderClassName
{
color: #56D438;
}
.AnyTagClassName
{
color: #56D438;
}
</style>
background-color css
<style>
a { background-color: #56D438; }
a { background-color: rgb(86,212,56); }
div.DivClassName
{
background-color: #56D438;
}
.BgClassName
{
background-color: #56D438;
}
</style>
border-color css
<style>
span { border-color: #56D438; }
span { border-color: rgb(86,212,56); }
td.TdClassName
{
border-color: #56D438;
}
.TagClassName
{
border-color: #56D438;
}
</style>