Shades of Lime Green #2ED40D
Tints of Lime Green #2ED40D
RGB
CMYK
RGB Variations
Color information
#2ED40D (or 0x2ED40D) is known color: Lime Green. HEX triplet: 2E, D4 and 0D. RGB value is (46,212,13). Sum of RGB (Red+Green+Blue) = 46+212+13=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 212 (83.20% from 255 or 78.23% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED40D is #D12BF2. Grayscale: #8C8C8C. Windows color (decimal): -13708275 or 906286. OLE color: 906286.
HSL color Cylindrical-coordinate representation of color #2ED40D: hue angle of 110.05º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ED40D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 13 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.17 |
| HSL | 110.05º | 0.88% | 0.44% | - |
| HSV(B) | 110.05º | 0.94% | 0.83% | - |
| XYZ | 24.74 | 47.7 | 8.28 | - |
| YUV | 139.68 | 56.5 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 13 | 0.78 | 0 | 0.94 | 0.17 | 110.05 | 0.88 | 0.44 |
| Hex | 2E | D4 | D | 4E | 0 | 5E | 11 | 6E | 58 | 2C |
| Octal | 56 | 324 | 15 | 116 | 0 | 136 | 21 | 156 | 130 | 54 |
| Binary | 101110 | 11010100 | 1101 | 1001110 | 0 | 1011110 | 10001 | 1101110 | 1011000 | 101100 |
Color Harmonies of #2ED40D
Complementary color
Monochromatic Colors of #2ED40D
Black with #2ED40D
Text Example
Text Example
White with #2ED40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED40D; }
p { color: rgb(46,212,13); }
H1.HeaderClassName
{
color: #2ED40D;
}
.AnyTagClassName
{
color: #2ED40D;
}
</style>
background-color css
<style>
a { background-color: #2ED40D; }
a { background-color: rgb(46,212,13); }
div.DivClassName
{
background-color: #2ED40D;
}
.BgClassName
{
background-color: #2ED40D;
}
</style>
border-color css
<style>
span { border-color: #2ED40D; }
span { border-color: rgb(46,212,13); }
td.TdClassName
{
border-color: #2ED40D;
}
.TagClassName
{
border-color: #2ED40D;
}
</style>