Shades of Lime Green #40E856
Tints of Lime Green #40E856
RGB
CMYK
RGB Variations
Color information
#40E856 (or 0x40E856) is known color: Lime Green. HEX triplet: 40, E8 and 56. RGB value is (64,232,86). Sum of RGB (Red+Green+Blue) = 64+232+86=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 232 (91.02% from 255 or 60.73% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 232 - color contains mainly: green. Hex color #40E856 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E856 is #BF17A9. Grayscale: #A5A5A5. Windows color (decimal): -12523434 or 5695552. OLE color: 5695552.
HSL color Cylindrical-coordinate representation of color #40E856: hue angle of 127.86º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E856 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 86 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.09 |
| HSL | 127.86º | 0.79% | 0.58% | - |
| HSV(B) | 127.86º | 0.72% | 0.91% | - |
| XYZ | 32.65 | 59.48 | 18.56 | - |
| YUV | 165.12 | 83.34 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 86 | 0.72 | 0 | 0.63 | 0.09 | 127.86 | 0.79 | 0.58 |
| Hex | 40 | E8 | 56 | 48 | 0 | 3F | 9 | 80 | 4F | 3A |
| Octal | 100 | 350 | 126 | 110 | 0 | 77 | 11 | 200 | 117 | 72 |
| Binary | 1000000 | 11101000 | 1010110 | 1001000 | 0 | 111111 | 1001 | 10000000 | 1001111 | 111010 |
Color Harmonies of #40E856
Complementary color
Monochromatic Colors of #40E856
Black with #40E856
Text Example
Text Example
White with #40E856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E856; }
p { color: rgb(64,232,86); }
H1.HeaderClassName
{
color: #40E856;
}
.AnyTagClassName
{
color: #40E856;
}
</style>
background-color css
<style>
a { background-color: #40E856; }
a { background-color: rgb(64,232,86); }
div.DivClassName
{
background-color: #40E856;
}
.BgClassName
{
background-color: #40E856;
}
</style>
border-color css
<style>
span { border-color: #40E856; }
span { border-color: rgb(64,232,86); }
td.TdClassName
{
border-color: #40E856;
}
.TagClassName
{
border-color: #40E856;
}
</style>