Shades of Lime Green #40D950
Tints of Lime Green #40D950
RGB
CMYK
RGB Variations
Color information
#40D950 (or 0x40D950) is known color: Lime Green. HEX triplet: 40, D9 and 50. RGB value is (64,217,80). Sum of RGB (Red+Green+Blue) = 64+217+80=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 217 (85.16% from 255 or 60.11% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 217 - color contains mainly: green. Hex color #40D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D950 is #BF26AF. Grayscale: #9C9C9C. Windows color (decimal): -12527280 or 5298496. OLE color: 5298496.
HSL color Cylindrical-coordinate representation of color #40D950: hue angle of 126.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D950 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 217 | 80 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.15 |
| HSL | 126.27º | 0.67% | 0.55% | - |
| HSV(B) | 126.27º | 0.71% | 0.85% | - |
| XYZ | 28.38 | 51.29 | 15.99 | - |
| YUV | 155.64 | 85.31 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 217 | 80 | 0.71 | 0 | 0.63 | 0.15 | 126.27 | 0.67 | 0.55 |
| Hex | 40 | D9 | 50 | 47 | 0 | 3F | F | 7E | 43 | 37 |
| Octal | 100 | 331 | 120 | 107 | 0 | 77 | 17 | 176 | 103 | 67 |
| Binary | 1000000 | 11011001 | 1010000 | 1000111 | 0 | 111111 | 1111 | 1111110 | 1000011 | 110111 |
Color Harmonies of #40D950
Complementary color
Monochromatic Colors of #40D950
Black with #40D950
Text Example
Text Example
White with #40D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D950; }
p { color: rgb(64,217,80); }
H1.HeaderClassName
{
color: #40D950;
}
.AnyTagClassName
{
color: #40D950;
}
</style>
background-color css
<style>
a { background-color: #40D950; }
a { background-color: rgb(64,217,80); }
div.DivClassName
{
background-color: #40D950;
}
.BgClassName
{
background-color: #40D950;
}
</style>
border-color css
<style>
span { border-color: #40D950; }
span { border-color: rgb(64,217,80); }
td.TdClassName
{
border-color: #40D950;
}
.TagClassName
{
border-color: #40D950;
}
</style>