Shades of Lime Green #40D750
Tints of Lime Green #40D750
RGB
CMYK
RGB Variations
Color information
#40D750 (or 0x40D750) is known color: Lime Green. HEX triplet: 40, D7 and 50. RGB value is (64,215,80). Sum of RGB (Red+Green+Blue) = 64+215+80=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #40D750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D750 is #BF28AF. Grayscale: #9A9A9A. Windows color (decimal): -12527792 or 5297984. OLE color: 5297984.
HSL color Cylindrical-coordinate representation of color #40D750: hue angle of 126.36º 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 #40D750 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 80 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.16 |
| HSL | 126.36º | 0.65% | 0.55% | - |
| HSV(B) | 126.36º | 0.7% | 0.84% | - |
| XYZ | 27.86 | 50.27 | 15.82 | - |
| YUV | 154.46 | 85.97 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 80 | 0.70 | 0 | 0.63 | 0.16 | 126.36 | 0.65 | 0.55 |
| Hex | 40 | D7 | 50 | 46 | 0 | 3F | 10 | 7E | 41 | 37 |
| Octal | 100 | 327 | 120 | 106 | 0 | 77 | 20 | 176 | 101 | 67 |
| Binary | 1000000 | 11010111 | 1010000 | 1000110 | 0 | 111111 | 10000 | 1111110 | 1000001 | 110111 |
Color Harmonies of #40D750
Complementary color
Monochromatic Colors of #40D750
Black with #40D750
Text Example
Text Example
White with #40D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D750; }
p { color: rgb(64,215,80); }
H1.HeaderClassName
{
color: #40D750;
}
.AnyTagClassName
{
color: #40D750;
}
</style>
background-color css
<style>
a { background-color: #40D750; }
a { background-color: rgb(64,215,80); }
div.DivClassName
{
background-color: #40D750;
}
.BgClassName
{
background-color: #40D750;
}
</style>
border-color css
<style>
span { border-color: #40D750; }
span { border-color: rgb(64,215,80); }
td.TdClassName
{
border-color: #40D750;
}
.TagClassName
{
border-color: #40D750;
}
</style>