Shades of Lime Green #56EB32
Tints of Lime Green #56EB32
RGB
CMYK
RGB Variations
Color information
#56EB32 (or 0x56EB32) is known color: Lime Green. HEX triplet: 56, EB and 32. RGB value is (86,235,50). Sum of RGB (Red+Green+Blue) = 86+235+50=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 235 (92.19% from 255 or 63.34% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 235 - color contains mainly: green. Hex color #56EB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56EB32 is #A914CD. Grayscale: #A9A9A9. Windows color (decimal): -11080910 or 3337046. OLE color: 3337046.
HSL color Cylindrical-coordinate representation of color #56EB32: hue angle of 108.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56EB32 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 235 | 50 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.08 |
| HSL | 108.32º | 0.82% | 0.56% | - |
| HSV(B) | 108.32º | 0.79% | 0.92% | - |
| XYZ | 34.12 | 61.63 | 13.11 | - |
| YUV | 169.36 | 60.64 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 235 | 50 | 0.63 | 0 | 0.79 | 0.08 | 108.32 | 0.82 | 0.56 |
| Hex | 56 | EB | 32 | 3F | 0 | 4F | 8 | 6C | 52 | 38 |
| Octal | 126 | 353 | 62 | 77 | 0 | 117 | 10 | 154 | 122 | 70 |
| Binary | 1010110 | 11101011 | 110010 | 111111 | 0 | 1001111 | 1000 | 1101100 | 1010010 | 111000 |
Color Harmonies of #56EB32
Complementary color
Monochromatic Colors of #56EB32
Black with #56EB32
Text Example
Text Example
White with #56EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EB32; }
p { color: rgb(86,235,50); }
H1.HeaderClassName
{
color: #56EB32;
}
.AnyTagClassName
{
color: #56EB32;
}
</style>
background-color css
<style>
a { background-color: #56EB32; }
a { background-color: rgb(86,235,50); }
div.DivClassName
{
background-color: #56EB32;
}
.BgClassName
{
background-color: #56EB32;
}
</style>
border-color css
<style>
span { border-color: #56EB32; }
span { border-color: rgb(86,235,50); }
td.TdClassName
{
border-color: #56EB32;
}
.TagClassName
{
border-color: #56EB32;
}
</style>