Shades of Lime Green #56EC34
Tints of Lime Green #56EC34
RGB
CMYK
RGB Variations
Color information
#56EC34 (or 0x56EC34) is known color: Lime Green. HEX triplet: 56, EC and 34. RGB value is (86,236,52). Sum of RGB (Red+Green+Blue) = 86+236+52=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #56EC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56EC34 is #A913CB. Grayscale: #AAAAAA. Windows color (decimal): -11080652 or 3468374. OLE color: 3468374.
HSL color Cylindrical-coordinate representation of color #56EC34: hue angle of 108.91º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56EC34 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 236 | 52 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.07 |
| HSL | 108.91º | 0.83% | 0.56% | - |
| HSV(B) | 108.91º | 0.78% | 0.93% | - |
| XYZ | 34.45 | 62.22 | 13.44 | - |
| YUV | 170.17 | 61.31 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 52 | 0.64 | 0 | 0.78 | 0.07 | 108.91 | 0.83 | 0.56 |
| Hex | 56 | EC | 34 | 40 | 0 | 4E | 7 | 6D | 53 | 38 |
| Octal | 126 | 354 | 64 | 100 | 0 | 116 | 7 | 155 | 123 | 70 |
| Binary | 1010110 | 11101100 | 110100 | 1000000 | 0 | 1001110 | 111 | 1101101 | 1010011 | 111000 |
Color Harmonies of #56EC34
Complementary color
Monochromatic Colors of #56EC34
Black with #56EC34
Text Example
Text Example
White with #56EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EC34; }
p { color: rgb(86,236,52); }
H1.HeaderClassName
{
color: #56EC34;
}
.AnyTagClassName
{
color: #56EC34;
}
</style>
background-color css
<style>
a { background-color: #56EC34; }
a { background-color: rgb(86,236,52); }
div.DivClassName
{
background-color: #56EC34;
}
.BgClassName
{
background-color: #56EC34;
}
</style>
border-color css
<style>
span { border-color: #56EC34; }
span { border-color: rgb(86,236,52); }
td.TdClassName
{
border-color: #56EC34;
}
.TagClassName
{
border-color: #56EC34;
}
</style>