Shades of Lime Green #56E632
Tints of Lime Green #56E632
RGB
CMYK
RGB Variations
Color information
#56E632 (or 0x56E632) is known color: Lime Green. HEX triplet: 56, E6 and 32. RGB value is (86,230,50). Sum of RGB (Red+Green+Blue) = 86+230+50=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 230 (90.23% from 255 or 62.84% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 230 - color contains mainly: green. Hex color #56E632 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56E632 is #A919CD. Grayscale: #A7A7A7. Windows color (decimal): -11082190 or 3335766. OLE color: 3335766.
HSL color Cylindrical-coordinate representation of color #56E632: hue angle of 108º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56E632 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 230 | 50 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.10 |
| HSL | 108º | 0.78% | 0.55% | - |
| HSV(B) | 108º | 0.78% | 0.9% | - |
| XYZ | 32.71 | 58.8 | 12.64 | - |
| YUV | 166.42 | 62.29 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 230 | 50 | 0.63 | 0 | 0.78 | 0.10 | 108 | 0.78 | 0.55 |
| Hex | 56 | E6 | 32 | 3F | 0 | 4E | A | 6C | 4E | 37 |
| Octal | 126 | 346 | 62 | 77 | 0 | 116 | 12 | 154 | 116 | 67 |
| Binary | 1010110 | 11100110 | 110010 | 111111 | 0 | 1001110 | 1010 | 1101100 | 1001110 | 110111 |
Color Harmonies of #56E632
Complementary color
Monochromatic Colors of #56E632
Black with #56E632
Text Example
Text Example
White with #56E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E632; }
p { color: rgb(86,230,50); }
H1.HeaderClassName
{
color: #56E632;
}
.AnyTagClassName
{
color: #56E632;
}
</style>
background-color css
<style>
a { background-color: #56E632; }
a { background-color: rgb(86,230,50); }
div.DivClassName
{
background-color: #56E632;
}
.BgClassName
{
background-color: #56E632;
}
</style>
border-color css
<style>
span { border-color: #56E632; }
span { border-color: rgb(86,230,50); }
td.TdClassName
{
border-color: #56E632;
}
.TagClassName
{
border-color: #56E632;
}
</style>