Shades of Lime Green #40D951
Tints of Lime Green #40D951
RGB
CMYK
RGB Variations
Color information
#40D951 (or 0x40D951) is known color: Lime Green. HEX triplet: 40, D9 and 51. RGB value is (64,217,81). Sum of RGB (Red+Green+Blue) = 64+217+81=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 217 (85.16% from 255 or 59.94% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 217 - color contains mainly: green. Hex color #40D951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D951 is #BF26AE. Grayscale: #9C9C9C. Windows color (decimal): -12527279 or 5364032. OLE color: 5364032.
HSL color Cylindrical-coordinate representation of color #40D951: hue angle of 126.67º 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 #40D951 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 217 | 81 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.15 |
| HSL | 126.67º | 0.67% | 0.55% | - |
| HSV(B) | 126.67º | 0.71% | 0.85% | - |
| XYZ | 28.41 | 51.31 | 16.19 | - |
| YUV | 155.75 | 85.81 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 217 | 81 | 0.71 | 0 | 0.63 | 0.15 | 126.67 | 0.67 | 0.55 |
| Hex | 40 | D9 | 51 | 47 | 0 | 3F | F | 7F | 43 | 37 |
| Octal | 100 | 331 | 121 | 107 | 0 | 77 | 17 | 177 | 103 | 67 |
| Binary | 1000000 | 11011001 | 1010001 | 1000111 | 0 | 111111 | 1111 | 1111111 | 1000011 | 110111 |
Color Harmonies of #40D951
Complementary color
Monochromatic Colors of #40D951
Black with #40D951
Text Example
Text Example
White with #40D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D951; }
p { color: rgb(64,217,81); }
H1.HeaderClassName
{
color: #40D951;
}
.AnyTagClassName
{
color: #40D951;
}
</style>
background-color css
<style>
a { background-color: #40D951; }
a { background-color: rgb(64,217,81); }
div.DivClassName
{
background-color: #40D951;
}
.BgClassName
{
background-color: #40D951;
}
</style>
border-color css
<style>
span { border-color: #40D951; }
span { border-color: rgb(64,217,81); }
td.TdClassName
{
border-color: #40D951;
}
.TagClassName
{
border-color: #40D951;
}
</style>