Shades of Lime Green #40DB37
Tints of Lime Green #40DB37
RGB
CMYK
RGB Variations
Color information
#40DB37 (or 0x40DB37) is known color: Lime Green. HEX triplet: 40, DB and 37. RGB value is (64,219,55). Sum of RGB (Red+Green+Blue) = 64+219+55=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DB37 is #BF24C8. Grayscale: #9A9A9A. Windows color (decimal): -12526793 or 3660608. OLE color: 3660608.
HSL color Cylindrical-coordinate representation of color #40DB37: hue angle of 116.71º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40DB37 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 55 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.14 |
| HSL | 116.71º | 0.69% | 0.54% | - |
| HSV(B) | 116.71º | 0.75% | 0.86% | - |
| XYZ | 28.14 | 52.03 | 12.17 | - |
| YUV | 153.96 | 72.15 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 55 | 0.71 | 0 | 0.75 | 0.14 | 116.71 | 0.69 | 0.54 |
| Hex | 40 | DB | 37 | 47 | 0 | 4B | E | 75 | 45 | 36 |
| Octal | 100 | 333 | 67 | 107 | 0 | 113 | 16 | 165 | 105 | 66 |
| Binary | 1000000 | 11011011 | 110111 | 1000111 | 0 | 1001011 | 1110 | 1110101 | 1000101 | 110110 |
Color Harmonies of #40DB37
Complementary color
Monochromatic Colors of #40DB37
Black with #40DB37
Text Example
Text Example
White with #40DB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB37; }
p { color: rgb(64,219,55); }
H1.HeaderClassName
{
color: #40DB37;
}
.AnyTagClassName
{
color: #40DB37;
}
</style>
background-color css
<style>
a { background-color: #40DB37; }
a { background-color: rgb(64,219,55); }
div.DivClassName
{
background-color: #40DB37;
}
.BgClassName
{
background-color: #40DB37;
}
</style>
border-color css
<style>
span { border-color: #40DB37; }
span { border-color: rgb(64,219,55); }
td.TdClassName
{
border-color: #40DB37;
}
.TagClassName
{
border-color: #40DB37;
}
</style>