Shades of Lime Green #40D84E
Tints of Lime Green #40D84E
RGB
CMYK
RGB Variations
Color information
#40D84E (or 0x40D84E) is known color: Lime Green. HEX triplet: 40, D8 and 4E. RGB value is (64,216,78). Sum of RGB (Red+Green+Blue) = 64+216+78=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #40D84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D84E is #BF27B1. Grayscale: #9B9B9B. Windows color (decimal): -12527538 or 5167168. OLE color: 5167168.
HSL color Cylindrical-coordinate representation of color #40D84E: hue angle of 125.53º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D84E is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 78 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.15 |
| HSL | 125.53º | 0.66% | 0.55% | - |
| HSV(B) | 125.53º | 0.7% | 0.85% | - |
| XYZ | 28.05 | 50.75 | 15.53 | - |
| YUV | 154.82 | 84.64 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 78 | 0.70 | 0 | 0.64 | 0.15 | 125.53 | 0.66 | 0.55 |
| Hex | 40 | D8 | 4E | 46 | 0 | 40 | F | 7E | 42 | 37 |
| Octal | 100 | 330 | 116 | 106 | 0 | 100 | 17 | 176 | 102 | 67 |
| Binary | 1000000 | 11011000 | 1001110 | 1000110 | 0 | 1000000 | 1111 | 1111110 | 1000010 | 110111 |
Color Harmonies of #40D84E
Complementary color
Monochromatic Colors of #40D84E
Black with #40D84E
Text Example
Text Example
White with #40D84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D84E; }
p { color: rgb(64,216,78); }
H1.HeaderClassName
{
color: #40D84E;
}
.AnyTagClassName
{
color: #40D84E;
}
</style>
background-color css
<style>
a { background-color: #40D84E; }
a { background-color: rgb(64,216,78); }
div.DivClassName
{
background-color: #40D84E;
}
.BgClassName
{
background-color: #40D84E;
}
</style>
border-color css
<style>
span { border-color: #40D84E; }
span { border-color: rgb(64,216,78); }
td.TdClassName
{
border-color: #40D84E;
}
.TagClassName
{
border-color: #40D84E;
}
</style>