Shades of Lime Green #40DB3B
Tints of Lime Green #40DB3B
RGB
CMYK
RGB Variations
Color information
#40DB3B (or 0x40DB3B) is known color: Lime Green. HEX triplet: 40, DB and 3B. RGB value is (64,219,59). Sum of RGB (Red+Green+Blue) = 64+219+59=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 219 (85.94% from 255 or 64.04% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DB3B is #BF24C4. Grayscale: #9A9A9A. Windows color (decimal): -12526789 or 3922752. OLE color: 3922752.
HSL color Cylindrical-coordinate representation of color #40DB3B: hue angle of 118.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DB3B is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 59 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.14 |
| HSL | 118.13º | 0.69% | 0.55% | - |
| HSV(B) | 118.13º | 0.73% | 0.86% | - |
| XYZ | 28.24 | 52.07 | 12.7 | - |
| YUV | 154.42 | 74.15 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 59 | 0.71 | 0 | 0.73 | 0.14 | 118.13 | 0.69 | 0.55 |
| Hex | 40 | DB | 3B | 47 | 0 | 49 | E | 76 | 45 | 37 |
| Octal | 100 | 333 | 73 | 107 | 0 | 111 | 16 | 166 | 105 | 67 |
| Binary | 1000000 | 11011011 | 111011 | 1000111 | 0 | 1001001 | 1110 | 1110110 | 1000101 | 110111 |
Color Harmonies of #40DB3B
Complementary color
Monochromatic Colors of #40DB3B
Black with #40DB3B
Text Example
Text Example
White with #40DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB3B; }
p { color: rgb(64,219,59); }
H1.HeaderClassName
{
color: #40DB3B;
}
.AnyTagClassName
{
color: #40DB3B;
}
</style>
background-color css
<style>
a { background-color: #40DB3B; }
a { background-color: rgb(64,219,59); }
div.DivClassName
{
background-color: #40DB3B;
}
.BgClassName
{
background-color: #40DB3B;
}
</style>
border-color css
<style>
span { border-color: #40DB3B; }
span { border-color: rgb(64,219,59); }
td.TdClassName
{
border-color: #40DB3B;
}
.TagClassName
{
border-color: #40DB3B;
}
</style>