Shades of Lime Green #40D656
Tints of Lime Green #40D656
RGB
CMYK
RGB Variations
Color information
#40D656 (or 0x40D656) is known color: Lime Green. HEX triplet: 40, D6 and 56. RGB value is (64,214,86). Sum of RGB (Red+Green+Blue) = 64+214+86=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #40D656 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D656 is #BF29A9. Grayscale: #9A9A9A. Windows color (decimal): -12528042 or 5690944. OLE color: 5690944.
HSL color Cylindrical-coordinate representation of color #40D656: hue angle of 128.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D656 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 214 | 86 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.16 |
| HSL | 128.8º | 0.65% | 0.55% | - |
| HSV(B) | 128.8º | 0.7% | 0.84% | - |
| XYZ | 27.84 | 49.86 | 16.96 | - |
| YUV | 154.56 | 89.31 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 86 | 0.70 | 0 | 0.60 | 0.16 | 128.8 | 0.65 | 0.55 |
| Hex | 40 | D6 | 56 | 46 | 0 | 3C | 10 | 81 | 41 | 37 |
| Octal | 100 | 326 | 126 | 106 | 0 | 74 | 20 | 201 | 101 | 67 |
| Binary | 1000000 | 11010110 | 1010110 | 1000110 | 0 | 111100 | 10000 | 10000001 | 1000001 | 110111 |
Color Harmonies of #40D656
Complementary color
Monochromatic Colors of #40D656
Black with #40D656
Text Example
Text Example
White with #40D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D656; }
p { color: rgb(64,214,86); }
H1.HeaderClassName
{
color: #40D656;
}
.AnyTagClassName
{
color: #40D656;
}
</style>
background-color css
<style>
a { background-color: #40D656; }
a { background-color: rgb(64,214,86); }
div.DivClassName
{
background-color: #40D656;
}
.BgClassName
{
background-color: #40D656;
}
</style>
border-color css
<style>
span { border-color: #40D656; }
span { border-color: rgb(64,214,86); }
td.TdClassName
{
border-color: #40D656;
}
.TagClassName
{
border-color: #40D656;
}
</style>