Shades of Lime Green #40DB42
Tints of Lime Green #40DB42
RGB
CMYK
RGB Variations
Color information
#40DB42 (or 0x40DB42) is known color: Lime Green. HEX triplet: 40, DB and 42. RGB value is (64,219,66). Sum of RGB (Red+Green+Blue) = 64+219+66=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 219 (85.94% from 255 or 62.75% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DB42 is #BF24BD. Grayscale: #9B9B9B. Windows color (decimal): -12526782 or 4381504. OLE color: 4381504.
HSL color Cylindrical-coordinate representation of color #40DB42: hue angle of 120.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DB42 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 66 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.14 |
| HSL | 120.77º | 0.68% | 0.55% | - |
| HSV(B) | 120.77º | 0.71% | 0.86% | - |
| XYZ | 28.43 | 52.15 | 13.72 | - |
| YUV | 155.21 | 77.65 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 66 | 0.71 | 0 | 0.70 | 0.14 | 120.77 | 0.68 | 0.55 |
| Hex | 40 | DB | 42 | 47 | 0 | 46 | E | 79 | 44 | 37 |
| Octal | 100 | 333 | 102 | 107 | 0 | 106 | 16 | 171 | 104 | 67 |
| Binary | 1000000 | 11011011 | 1000010 | 1000111 | 0 | 1000110 | 1110 | 1111001 | 1000100 | 110111 |
Color Harmonies of #40DB42
Complementary color
Monochromatic Colors of #40DB42
Black with #40DB42
Text Example
Text Example
White with #40DB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB42; }
p { color: rgb(64,219,66); }
H1.HeaderClassName
{
color: #40DB42;
}
.AnyTagClassName
{
color: #40DB42;
}
</style>
background-color css
<style>
a { background-color: #40DB42; }
a { background-color: rgb(64,219,66); }
div.DivClassName
{
background-color: #40DB42;
}
.BgClassName
{
background-color: #40DB42;
}
</style>
border-color css
<style>
span { border-color: #40DB42; }
span { border-color: rgb(64,219,66); }
td.TdClassName
{
border-color: #40DB42;
}
.TagClassName
{
border-color: #40DB42;
}
</style>