Shades of Lime Green #40E12E
Tints of Lime Green #40E12E
RGB
CMYK
RGB Variations
Color information
#40E12E (or 0x40E12E) is known color: Lime Green. HEX triplet: 40, E1 and 2E. RGB value is (64,225,46). Sum of RGB (Red+Green+Blue) = 64+225+46=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #40E12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E12E is #BF1ED1. Grayscale: #9D9D9D. Windows color (decimal): -12525266 or 3072320. OLE color: 3072320.
HSL color Cylindrical-coordinate representation of color #40E12E: hue angle of 113.97º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40E12E is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 46 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.12 |
| HSL | 113.97º | 0.75% | 0.53% | - |
| HSV(B) | 113.97º | 0.8% | 0.88% | - |
| XYZ | 29.53 | 55.14 | 11.67 | - |
| YUV | 156.46 | 65.66 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 46 | 0.72 | 0 | 0.80 | 0.12 | 113.97 | 0.75 | 0.53 |
| Hex | 40 | E1 | 2E | 48 | 0 | 50 | C | 72 | 4B | 35 |
| Octal | 100 | 341 | 56 | 110 | 0 | 120 | 14 | 162 | 113 | 65 |
| Binary | 1000000 | 11100001 | 101110 | 1001000 | 0 | 1010000 | 1100 | 1110010 | 1001011 | 110101 |
Color Harmonies of #40E12E
Complementary color
Monochromatic Colors of #40E12E
Black with #40E12E
Text Example
Text Example
White with #40E12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E12E; }
p { color: rgb(64,225,46); }
H1.HeaderClassName
{
color: #40E12E;
}
.AnyTagClassName
{
color: #40E12E;
}
</style>
background-color css
<style>
a { background-color: #40E12E; }
a { background-color: rgb(64,225,46); }
div.DivClassName
{
background-color: #40E12E;
}
.BgClassName
{
background-color: #40E12E;
}
</style>
border-color css
<style>
span { border-color: #40E12E; }
span { border-color: rgb(64,225,46); }
td.TdClassName
{
border-color: #40E12E;
}
.TagClassName
{
border-color: #40E12E;
}
</style>