Shades of Lime Green #40D431
Tints of Lime Green #40D431
RGB
CMYK
RGB Variations
Color information
#40D431 (or 0x40D431) is known color: Lime Green. HEX triplet: 40, D4 and 31. RGB value is (64,212,49). Sum of RGB (Red+Green+Blue) = 64+212+49=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 212 (83.20% from 255 or 65.23% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 212 - color contains mainly: green. Hex color #40D431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D431 is #BF2BCE. Grayscale: #959595. Windows color (decimal): -12528591 or 3265600. OLE color: 3265600.
HSL color Cylindrical-coordinate representation of color #40D431: hue angle of 114.48º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40D431 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 49 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.17 |
| HSL | 114.48º | 0.65% | 0.51% | - |
| HSV(B) | 114.48º | 0.77% | 0.83% | - |
| XYZ | 26.21 | 48.4 | 10.87 | - |
| YUV | 149.17 | 71.47 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 49 | 0.70 | 0 | 0.77 | 0.17 | 114.48 | 0.65 | 0.51 |
| Hex | 40 | D4 | 31 | 46 | 0 | 4D | 11 | 72 | 41 | 33 |
| Octal | 100 | 324 | 61 | 106 | 0 | 115 | 21 | 162 | 101 | 63 |
| Binary | 1000000 | 11010100 | 110001 | 1000110 | 0 | 1001101 | 10001 | 1110010 | 1000001 | 110011 |
Color Harmonies of #40D431
Complementary color
Monochromatic Colors of #40D431
Black with #40D431
Text Example
Text Example
White with #40D431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D431; }
p { color: rgb(64,212,49); }
H1.HeaderClassName
{
color: #40D431;
}
.AnyTagClassName
{
color: #40D431;
}
</style>
background-color css
<style>
a { background-color: #40D431; }
a { background-color: rgb(64,212,49); }
div.DivClassName
{
background-color: #40D431;
}
.BgClassName
{
background-color: #40D431;
}
</style>
border-color css
<style>
span { border-color: #40D431; }
span { border-color: rgb(64,212,49); }
td.TdClassName
{
border-color: #40D431;
}
.TagClassName
{
border-color: #40D431;
}
</style>