Shades of Lime Green #56E538
Tints of Lime Green #56E538
RGB
CMYK
RGB Variations
Color information
#56E538 (or 0x56E538) is known color: Lime Green. HEX triplet: 56, E5 and 38. RGB value is (86,229,56). Sum of RGB (Red+Green+Blue) = 86+229+56=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 229 (89.84% from 255 or 61.73% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 229 - color contains mainly: green. Hex color #56E538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56E538 is #A91AC7. Grayscale: #A7A7A7. Windows color (decimal): -11082440 or 3728726. OLE color: 3728726.
HSL color Cylindrical-coordinate representation of color #56E538: hue angle of 109.6º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56E538 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 229 | 56 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.10 |
| HSL | 109.6º | 0.77% | 0.56% | - |
| HSV(B) | 109.6º | 0.76% | 0.9% | - |
| XYZ | 32.57 | 58.3 | 13.28 | - |
| YUV | 166.52 | 65.62 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 229 | 56 | 0.62 | 0 | 0.76 | 0.10 | 109.6 | 0.77 | 0.56 |
| Hex | 56 | E5 | 38 | 3E | 0 | 4C | A | 6E | 4D | 38 |
| Octal | 126 | 345 | 70 | 76 | 0 | 114 | 12 | 156 | 115 | 70 |
| Binary | 1010110 | 11100101 | 111000 | 111110 | 0 | 1001100 | 1010 | 1101110 | 1001101 | 111000 |
Color Harmonies of #56E538
Complementary color
Monochromatic Colors of #56E538
Black with #56E538
Text Example
Text Example
White with #56E538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E538; }
p { color: rgb(86,229,56); }
H1.HeaderClassName
{
color: #56E538;
}
.AnyTagClassName
{
color: #56E538;
}
</style>
background-color css
<style>
a { background-color: #56E538; }
a { background-color: rgb(86,229,56); }
div.DivClassName
{
background-color: #56E538;
}
.BgClassName
{
background-color: #56E538;
}
</style>
border-color css
<style>
span { border-color: #56E538; }
span { border-color: rgb(86,229,56); }
td.TdClassName
{
border-color: #56E538;
}
.TagClassName
{
border-color: #56E538;
}
</style>