Shades of Lime Green #40D856
Tints of Lime Green #40D856
RGB
CMYK
RGB Variations
Color information
#40D856 (or 0x40D856) is known color: Lime Green. HEX triplet: 40, D8 and 56. RGB value is (64,216,86). Sum of RGB (Red+Green+Blue) = 64+216+86=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #40D856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D856 is #BF27A9. Grayscale: #9C9C9C. Windows color (decimal): -12527530 or 5691456. OLE color: 5691456.
HSL color Cylindrical-coordinate representation of color #40D856: hue angle of 128.68º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D856 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 86 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.15 |
| HSL | 128.68º | 0.66% | 0.55% | - |
| HSV(B) | 128.68º | 0.7% | 0.85% | - |
| XYZ | 28.35 | 50.87 | 17.13 | - |
| YUV | 155.73 | 88.64 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 86 | 0.70 | 0 | 0.60 | 0.15 | 128.68 | 0.66 | 0.55 |
| Hex | 40 | D8 | 56 | 46 | 0 | 3C | F | 81 | 42 | 37 |
| Octal | 100 | 330 | 126 | 106 | 0 | 74 | 17 | 201 | 102 | 67 |
| Binary | 1000000 | 11011000 | 1010110 | 1000110 | 0 | 111100 | 1111 | 10000001 | 1000010 | 110111 |
Color Harmonies of #40D856
Complementary color
Monochromatic Colors of #40D856
Black with #40D856
Text Example
Text Example
White with #40D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D856; }
p { color: rgb(64,216,86); }
H1.HeaderClassName
{
color: #40D856;
}
.AnyTagClassName
{
color: #40D856;
}
</style>
background-color css
<style>
a { background-color: #40D856; }
a { background-color: rgb(64,216,86); }
div.DivClassName
{
background-color: #40D856;
}
.BgClassName
{
background-color: #40D856;
}
</style>
border-color css
<style>
span { border-color: #40D856; }
span { border-color: rgb(64,216,86); }
td.TdClassName
{
border-color: #40D856;
}
.TagClassName
{
border-color: #40D856;
}
</style>