Shades of Lime Green #40D44E
Tints of Lime Green #40D44E
RGB
CMYK
RGB Variations
Color information
#40D44E (or 0x40D44E) is known color: Lime Green. HEX triplet: 40, D4 and 4E. RGB value is (64,212,78). Sum of RGB (Red+Green+Blue) = 64+212+78=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #40D44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D44E is #BF2BB1. Grayscale: #989898. Windows color (decimal): -12528562 or 5166144. OLE color: 5166144.
HSL color Cylindrical-coordinate representation of color #40D44E: hue angle of 125.68º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D44E is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 78 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.17 |
| HSL | 125.68º | 0.63% | 0.54% | - |
| HSV(B) | 125.68º | 0.7% | 0.83% | - |
| XYZ | 27.03 | 48.73 | 15.19 | - |
| YUV | 152.47 | 85.97 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 78 | 0.70 | 0 | 0.63 | 0.17 | 125.68 | 0.63 | 0.54 |
| Hex | 40 | D4 | 4E | 46 | 0 | 3F | 11 | 7E | 3F | 36 |
| Octal | 100 | 324 | 116 | 106 | 0 | 77 | 21 | 176 | 77 | 66 |
| Binary | 1000000 | 11010100 | 1001110 | 1000110 | 0 | 111111 | 10001 | 1111110 | 111111 | 110110 |
Color Harmonies of #40D44E
Complementary color
Monochromatic Colors of #40D44E
Black with #40D44E
Text Example
Text Example
White with #40D44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D44E; }
p { color: rgb(64,212,78); }
H1.HeaderClassName
{
color: #40D44E;
}
.AnyTagClassName
{
color: #40D44E;
}
</style>
background-color css
<style>
a { background-color: #40D44E; }
a { background-color: rgb(64,212,78); }
div.DivClassName
{
background-color: #40D44E;
}
.BgClassName
{
background-color: #40D44E;
}
</style>
border-color css
<style>
span { border-color: #40D44E; }
span { border-color: rgb(64,212,78); }
td.TdClassName
{
border-color: #40D44E;
}
.TagClassName
{
border-color: #40D44E;
}
</style>