Shades of Lime Green #40D14D
Tints of Lime Green #40D14D
RGB
CMYK
RGB Variations
Color information
#40D14D (or 0x40D14D) is known color: Lime Green. HEX triplet: 40, D1 and 4D. RGB value is (64,209,77). Sum of RGB (Red+Green+Blue) = 64+209+77=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #40D14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D14D is #BF2EB2. Grayscale: #969696. Windows color (decimal): -12529331 or 5099840. OLE color: 5099840.
HSL color Cylindrical-coordinate representation of color #40D14D: hue angle of 125.38º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D14D is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 77 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.18 |
| HSL | 125.38º | 0.61% | 0.54% | - |
| HSV(B) | 125.38º | 0.69% | 0.82% | - |
| XYZ | 26.25 | 47.23 | 14.75 | - |
| YUV | 150.6 | 86.46 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 77 | 0.69 | 0 | 0.63 | 0.18 | 125.38 | 0.61 | 0.54 |
| Hex | 40 | D1 | 4D | 45 | 0 | 3F | 12 | 7D | 3D | 36 |
| Octal | 100 | 321 | 115 | 105 | 0 | 77 | 22 | 175 | 75 | 66 |
| Binary | 1000000 | 11010001 | 1001101 | 1000101 | 0 | 111111 | 10010 | 1111101 | 111101 | 110110 |
Color Harmonies of #40D14D
Complementary color
Monochromatic Colors of #40D14D
Black with #40D14D
Text Example
Text Example
White with #40D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D14D; }
p { color: rgb(64,209,77); }
H1.HeaderClassName
{
color: #40D14D;
}
.AnyTagClassName
{
color: #40D14D;
}
</style>
background-color css
<style>
a { background-color: #40D14D; }
a { background-color: rgb(64,209,77); }
div.DivClassName
{
background-color: #40D14D;
}
.BgClassName
{
background-color: #40D14D;
}
</style>
border-color css
<style>
span { border-color: #40D14D; }
span { border-color: rgb(64,209,77); }
td.TdClassName
{
border-color: #40D14D;
}
.TagClassName
{
border-color: #40D14D;
}
</style>