Shades of Lime Green #40D556
Tints of Lime Green #40D556
RGB
CMYK
RGB Variations
Color information
#40D556 (or 0x40D556) is known color: Lime Green. HEX triplet: 40, D5 and 56. RGB value is (64,213,86). Sum of RGB (Red+Green+Blue) = 64+213+86=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #40D556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D556 is #BF2AA9. Grayscale: #9A9A9A. Windows color (decimal): -12528298 or 5690688. OLE color: 5690688.
HSL color Cylindrical-coordinate representation of color #40D556: hue angle of 128.86º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D556 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 86 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.16 |
| HSL | 128.86º | 0.64% | 0.54% | - |
| HSV(B) | 128.86º | 0.7% | 0.84% | - |
| XYZ | 27.59 | 49.35 | 16.88 | - |
| YUV | 153.97 | 89.64 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 86 | 0.70 | 0 | 0.60 | 0.16 | 128.86 | 0.64 | 0.54 |
| Hex | 40 | D5 | 56 | 46 | 0 | 3C | 10 | 81 | 40 | 36 |
| Octal | 100 | 325 | 126 | 106 | 0 | 74 | 20 | 201 | 100 | 66 |
| Binary | 1000000 | 11010101 | 1010110 | 1000110 | 0 | 111100 | 10000 | 10000001 | 1000000 | 110110 |
Color Harmonies of #40D556
Complementary color
Monochromatic Colors of #40D556
Black with #40D556
Text Example
Text Example
White with #40D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D556; }
p { color: rgb(64,213,86); }
H1.HeaderClassName
{
color: #40D556;
}
.AnyTagClassName
{
color: #40D556;
}
</style>
background-color css
<style>
a { background-color: #40D556; }
a { background-color: rgb(64,213,86); }
div.DivClassName
{
background-color: #40D556;
}
.BgClassName
{
background-color: #40D556;
}
</style>
border-color css
<style>
span { border-color: #40D556; }
span { border-color: rgb(64,213,86); }
td.TdClassName
{
border-color: #40D556;
}
.TagClassName
{
border-color: #40D556;
}
</style>