Shades of Lime Green #56E034
Tints of Lime Green #56E034
RGB
CMYK
RGB Variations
Color information
#56E034 (or 0x56E034) is known color: Lime Green. HEX triplet: 56, E0 and 34. RGB value is (86,224,52). Sum of RGB (Red+Green+Blue) = 86+224+52=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 224 (87.89% from 255 or 61.88% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 224 - color contains mainly: green. Hex color #56E034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56E034 is #A91FCB. Grayscale: #A3A3A3. Windows color (decimal): -11083724 or 3465302. OLE color: 3465302.
HSL color Cylindrical-coordinate representation of color #56E034: hue angle of 108.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56E034 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 224 | 52 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.12 |
| HSL | 108.14º | 0.74% | 0.54% | - |
| HSV(B) | 108.14º | 0.77% | 0.88% | - |
| XYZ | 31.11 | 55.54 | 12.33 | - |
| YUV | 163.13 | 65.28 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 224 | 52 | 0.62 | 0 | 0.77 | 0.12 | 108.14 | 0.74 | 0.54 |
| Hex | 56 | E0 | 34 | 3E | 0 | 4D | C | 6C | 4A | 36 |
| Octal | 126 | 340 | 64 | 76 | 0 | 115 | 14 | 154 | 112 | 66 |
| Binary | 1010110 | 11100000 | 110100 | 111110 | 0 | 1001101 | 1100 | 1101100 | 1001010 | 110110 |
Color Harmonies of #56E034
Complementary color
Monochromatic Colors of #56E034
Black with #56E034
Text Example
Text Example
White with #56E034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E034; }
p { color: rgb(86,224,52); }
H1.HeaderClassName
{
color: #56E034;
}
.AnyTagClassName
{
color: #56E034;
}
</style>
background-color css
<style>
a { background-color: #56E034; }
a { background-color: rgb(86,224,52); }
div.DivClassName
{
background-color: #56E034;
}
.BgClassName
{
background-color: #56E034;
}
</style>
border-color css
<style>
span { border-color: #56E034; }
span { border-color: rgb(86,224,52); }
td.TdClassName
{
border-color: #56E034;
}
.TagClassName
{
border-color: #56E034;
}
</style>