Shades of Lime Green #40D74F
Tints of Lime Green #40D74F
RGB
CMYK
RGB Variations
Color information
#40D74F (or 0x40D74F) is known color: Lime Green. HEX triplet: 40, D7 and 4F. RGB value is (64,215,79). Sum of RGB (Red+Green+Blue) = 64+215+79=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #40D74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D74F is #BF28B0. Grayscale: #9A9A9A. Windows color (decimal): -12527793 or 5232448. OLE color: 5232448.
HSL color Cylindrical-coordinate representation of color #40D74F: hue angle of 125.96º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D74F is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 79 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.16 |
| HSL | 125.96º | 0.65% | 0.55% | - |
| HSV(B) | 125.96º | 0.7% | 0.84% | - |
| XYZ | 27.83 | 50.26 | 15.63 | - |
| YUV | 154.35 | 85.47 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 79 | 0.70 | 0 | 0.63 | 0.16 | 125.96 | 0.65 | 0.55 |
| Hex | 40 | D7 | 4F | 46 | 0 | 3F | 10 | 7E | 41 | 37 |
| Octal | 100 | 327 | 117 | 106 | 0 | 77 | 20 | 176 | 101 | 67 |
| Binary | 1000000 | 11010111 | 1001111 | 1000110 | 0 | 111111 | 10000 | 1111110 | 1000001 | 110111 |
Color Harmonies of #40D74F
Complementary color
Monochromatic Colors of #40D74F
Black with #40D74F
Text Example
Text Example
White with #40D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D74F; }
p { color: rgb(64,215,79); }
H1.HeaderClassName
{
color: #40D74F;
}
.AnyTagClassName
{
color: #40D74F;
}
</style>
background-color css
<style>
a { background-color: #40D74F; }
a { background-color: rgb(64,215,79); }
div.DivClassName
{
background-color: #40D74F;
}
.BgClassName
{
background-color: #40D74F;
}
</style>
border-color css
<style>
span { border-color: #40D74F; }
span { border-color: rgb(64,215,79); }
td.TdClassName
{
border-color: #40D74F;
}
.TagClassName
{
border-color: #40D74F;
}
</style>