Shades of Lime Green #40D751
Tints of Lime Green #40D751
RGB
CMYK
RGB Variations
Color information
#40D751 (or 0x40D751) is known color: Lime Green. HEX triplet: 40, D7 and 51. RGB value is (64,215,81). Sum of RGB (Red+Green+Blue) = 64+215+81=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #40D751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D751 is #BF28AE. Grayscale: #9A9A9A. Windows color (decimal): -12527791 or 5363520. OLE color: 5363520.
HSL color Cylindrical-coordinate representation of color #40D751: hue angle of 126.75º 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 #40D751 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 81 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.16 |
| HSL | 126.76º | 0.65% | 0.55% | - |
| HSV(B) | 126.76º | 0.7% | 0.84% | - |
| XYZ | 27.9 | 50.28 | 16.02 | - |
| YUV | 154.58 | 86.47 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 81 | 0.70 | 0 | 0.62 | 0.16 | 126.76 | 0.65 | 0.55 |
| Hex | 40 | D7 | 51 | 46 | 0 | 3E | 10 | 7F | 41 | 37 |
| Octal | 100 | 327 | 121 | 106 | 0 | 76 | 20 | 177 | 101 | 67 |
| Binary | 1000000 | 11010111 | 1010001 | 1000110 | 0 | 111110 | 10000 | 1111111 | 1000001 | 110111 |
Color Harmonies of #40D751
Complementary color
Monochromatic Colors of #40D751
Black with #40D751
Text Example
Text Example
White with #40D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D751; }
p { color: rgb(64,215,81); }
H1.HeaderClassName
{
color: #40D751;
}
.AnyTagClassName
{
color: #40D751;
}
</style>
background-color css
<style>
a { background-color: #40D751; }
a { background-color: rgb(64,215,81); }
div.DivClassName
{
background-color: #40D751;
}
.BgClassName
{
background-color: #40D751;
}
</style>
border-color css
<style>
span { border-color: #40D751; }
span { border-color: rgb(64,215,81); }
td.TdClassName
{
border-color: #40D751;
}
.TagClassName
{
border-color: #40D751;
}
</style>