Shades of Lime Green #40D731
Tints of Lime Green #40D731
RGB
CMYK
RGB Variations
Color information
#40D731 (or 0x40D731) is known color: Lime Green. HEX triplet: 40, D7 and 31. RGB value is (64,215,49). Sum of RGB (Red+Green+Blue) = 64+215+49=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 215 (84.38% from 255 or 65.55% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 215 - color contains mainly: green. Hex color #40D731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D731 is #BF28CE. Grayscale: #979797. Windows color (decimal): -12527823 or 3266368. OLE color: 3266368.
HSL color Cylindrical-coordinate representation of color #40D731: hue angle of 114.58º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40D731 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 49 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.16 |
| HSL | 114.58º | 0.67% | 0.52% | - |
| HSV(B) | 114.58º | 0.77% | 0.84% | - |
| XYZ | 26.97 | 49.91 | 11.12 | - |
| YUV | 150.93 | 70.47 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 49 | 0.70 | 0 | 0.77 | 0.16 | 114.58 | 0.67 | 0.52 |
| Hex | 40 | D7 | 31 | 46 | 0 | 4D | 10 | 73 | 43 | 34 |
| Octal | 100 | 327 | 61 | 106 | 0 | 115 | 20 | 163 | 103 | 64 |
| Binary | 1000000 | 11010111 | 110001 | 1000110 | 0 | 1001101 | 10000 | 1110011 | 1000011 | 110100 |
Color Harmonies of #40D731
Complementary color
Monochromatic Colors of #40D731
Black with #40D731
Text Example
Text Example
White with #40D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D731; }
p { color: rgb(64,215,49); }
H1.HeaderClassName
{
color: #40D731;
}
.AnyTagClassName
{
color: #40D731;
}
</style>
background-color css
<style>
a { background-color: #40D731; }
a { background-color: rgb(64,215,49); }
div.DivClassName
{
background-color: #40D731;
}
.BgClassName
{
background-color: #40D731;
}
</style>
border-color css
<style>
span { border-color: #40D731; }
span { border-color: rgb(64,215,49); }
td.TdClassName
{
border-color: #40D731;
}
.TagClassName
{
border-color: #40D731;
}
</style>