Shades of Lime Green #40DE4D
Tints of Lime Green #40DE4D
RGB
CMYK
RGB Variations
Color information
#40DE4D (or 0x40DE4D) is known color: Lime Green. HEX triplet: 40, DE and 4D. RGB value is (64,222,77). Sum of RGB (Red+Green+Blue) = 64+222+77=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DE4D is #BF21B2. Grayscale: #9E9E9E. Windows color (decimal): -12526003 or 5103168. OLE color: 5103168.
HSL color Cylindrical-coordinate representation of color #40DE4D: hue angle of 124.94º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DE4D is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 222 | 77 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.13 |
| HSL | 124.94º | 0.71% | 0.56% | - |
| HSV(B) | 124.94º | 0.71% | 0.87% | - |
| XYZ | 29.58 | 53.87 | 15.86 | - |
| YUV | 158.23 | 82.15 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 77 | 0.71 | 0 | 0.65 | 0.13 | 124.94 | 0.71 | 0.56 |
| Hex | 40 | DE | 4D | 47 | 0 | 41 | D | 7D | 47 | 38 |
| Octal | 100 | 336 | 115 | 107 | 0 | 101 | 15 | 175 | 107 | 70 |
| Binary | 1000000 | 11011110 | 1001101 | 1000111 | 0 | 1000001 | 1101 | 1111101 | 1000111 | 111000 |
Color Harmonies of #40DE4D
Complementary color
Monochromatic Colors of #40DE4D
Black with #40DE4D
Text Example
Text Example
White with #40DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DE4D; }
p { color: rgb(64,222,77); }
H1.HeaderClassName
{
color: #40DE4D;
}
.AnyTagClassName
{
color: #40DE4D;
}
</style>
background-color css
<style>
a { background-color: #40DE4D; }
a { background-color: rgb(64,222,77); }
div.DivClassName
{
background-color: #40DE4D;
}
.BgClassName
{
background-color: #40DE4D;
}
</style>
border-color css
<style>
span { border-color: #40DE4D; }
span { border-color: rgb(64,222,77); }
td.TdClassName
{
border-color: #40DE4D;
}
.TagClassName
{
border-color: #40DE4D;
}
</style>