Shades of Lime Green #56E72A
Tints of Lime Green #56E72A
RGB
CMYK
RGB Variations
Color information
#56E72A (or 0x56E72A) is known color: Lime Green. HEX triplet: 56, E7 and 2A. RGB value is (86,231,42). Sum of RGB (Red+Green+Blue) = 86+231+42=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 231 (90.62% from 255 or 64.35% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 231 - color contains mainly: green. Hex color #56E72A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56E72A is #A918D5. Grayscale: #A6A6A6. Windows color (decimal): -11081942 or 2811734. OLE color: 2811734.
HSL color Cylindrical-coordinate representation of color #56E72A: hue angle of 106.03º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56E72A is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 231 | 42 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.09 |
| HSL | 106.03º | 0.8% | 0.54% | - |
| HSV(B) | 106.03º | 0.82% | 0.91% | - |
| XYZ | 32.83 | 59.3 | 11.91 | - |
| YUV | 166.1 | 57.96 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 231 | 42 | 0.63 | 0 | 0.82 | 0.09 | 106.03 | 0.8 | 0.54 |
| Hex | 56 | E7 | 2A | 3F | 0 | 52 | 9 | 6A | 50 | 36 |
| Octal | 126 | 347 | 52 | 77 | 0 | 122 | 11 | 152 | 120 | 66 |
| Binary | 1010110 | 11100111 | 101010 | 111111 | 0 | 1010010 | 1001 | 1101010 | 1010000 | 110110 |
Color Harmonies of #56E72A
Complementary color
Monochromatic Colors of #56E72A
Black with #56E72A
Text Example
Text Example
White with #56E72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E72A; }
p { color: rgb(86,231,42); }
H1.HeaderClassName
{
color: #56E72A;
}
.AnyTagClassName
{
color: #56E72A;
}
</style>
background-color css
<style>
a { background-color: #56E72A; }
a { background-color: rgb(86,231,42); }
div.DivClassName
{
background-color: #56E72A;
}
.BgClassName
{
background-color: #56E72A;
}
</style>
border-color css
<style>
span { border-color: #56E72A; }
span { border-color: rgb(86,231,42); }
td.TdClassName
{
border-color: #56E72A;
}
.TagClassName
{
border-color: #56E72A;
}
</style>