Shades of Lime Green #40E131
Tints of Lime Green #40E131
RGB
CMYK
RGB Variations
Color information
#40E131 (or 0x40E131) is known color: Lime Green. HEX triplet: 40, E1 and 31. RGB value is (64,225,49). Sum of RGB (Red+Green+Blue) = 64+225+49=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #40E131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E131 is #BF1ECE. Grayscale: #9D9D9D. Windows color (decimal): -12525263 or 3268928. OLE color: 3268928.
HSL color Cylindrical-coordinate representation of color #40E131: hue angle of 114.89º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40E131 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 49 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.12 |
| HSL | 114.89º | 0.75% | 0.54% | - |
| HSV(B) | 114.89º | 0.78% | 0.88% | - |
| XYZ | 29.59 | 55.16 | 11.99 | - |
| YUV | 156.8 | 67.16 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 49 | 0.72 | 0 | 0.78 | 0.12 | 114.89 | 0.75 | 0.54 |
| Hex | 40 | E1 | 31 | 48 | 0 | 4E | C | 73 | 4B | 36 |
| Octal | 100 | 341 | 61 | 110 | 0 | 116 | 14 | 163 | 113 | 66 |
| Binary | 1000000 | 11100001 | 110001 | 1001000 | 0 | 1001110 | 1100 | 1110011 | 1001011 | 110110 |
Color Harmonies of #40E131
Complementary color
Monochromatic Colors of #40E131
Black with #40E131
Text Example
Text Example
White with #40E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E131; }
p { color: rgb(64,225,49); }
H1.HeaderClassName
{
color: #40E131;
}
.AnyTagClassName
{
color: #40E131;
}
</style>
background-color css
<style>
a { background-color: #40E131; }
a { background-color: rgb(64,225,49); }
div.DivClassName
{
background-color: #40E131;
}
.BgClassName
{
background-color: #40E131;
}
</style>
border-color css
<style>
span { border-color: #40E131; }
span { border-color: rgb(64,225,49); }
td.TdClassName
{
border-color: #40E131;
}
.TagClassName
{
border-color: #40E131;
}
</style>