Shades of Lime Green #56ED32
Tints of Lime Green #56ED32
RGB
CMYK
RGB Variations
Color information
#56ED32 (or 0x56ED32) is known color: Lime Green. HEX triplet: 56, ED and 32. RGB value is (86,237,50). Sum of RGB (Red+Green+Blue) = 86+237+50=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 237 (92.97% from 255 or 63.54% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 237 - color contains mainly: green. Hex color #56ED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56ED32 is #A912CD. Grayscale: #ABABAB. Windows color (decimal): -11080398 or 3337558. OLE color: 3337558.
HSL color Cylindrical-coordinate representation of color #56ED32: hue angle of 108.45º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56ED32 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 237 | 50 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.07 |
| HSL | 108.45º | 0.84% | 0.56% | - |
| HSV(B) | 108.45º | 0.79% | 0.93% | - |
| XYZ | 34.7 | 62.78 | 13.31 | - |
| YUV | 170.53 | 59.97 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 237 | 50 | 0.64 | 0 | 0.79 | 0.07 | 108.45 | 0.84 | 0.56 |
| Hex | 56 | ED | 32 | 40 | 0 | 4F | 7 | 6C | 54 | 38 |
| Octal | 126 | 355 | 62 | 100 | 0 | 117 | 7 | 154 | 124 | 70 |
| Binary | 1010110 | 11101101 | 110010 | 1000000 | 0 | 1001111 | 111 | 1101100 | 1010100 | 111000 |
Color Harmonies of #56ED32
Complementary color
Monochromatic Colors of #56ED32
Black with #56ED32
Text Example
Text Example
White with #56ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ED32; }
p { color: rgb(86,237,50); }
H1.HeaderClassName
{
color: #56ED32;
}
.AnyTagClassName
{
color: #56ED32;
}
</style>
background-color css
<style>
a { background-color: #56ED32; }
a { background-color: rgb(86,237,50); }
div.DivClassName
{
background-color: #56ED32;
}
.BgClassName
{
background-color: #56ED32;
}
</style>
border-color css
<style>
span { border-color: #56ED32; }
span { border-color: rgb(86,237,50); }
td.TdClassName
{
border-color: #56ED32;
}
.TagClassName
{
border-color: #56ED32;
}
</style>