Shades of Lime Green #2ED40C
Tints of Lime Green #2ED40C
RGB
CMYK
RGB Variations
Color information
#2ED40C (or 0x2ED40C) is known color: Lime Green. HEX triplet: 2E, D4 and 0C. RGB value is (46,212,12). Sum of RGB (Red+Green+Blue) = 46+212+12=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 212 (83.20% from 255 or 78.52% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED40C is #D12BF3. Grayscale: #8C8C8C. Windows color (decimal): -13708276 or 840750. OLE color: 840750.
HSL color Cylindrical-coordinate representation of color #2ED40C: hue angle of 109.8º degrees, saturation: 0.89, 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 #2ED40C is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 12 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.17 |
| HSL | 109.8º | 0.89% | 0.44% | - |
| HSV(B) | 109.8º | 0.94% | 0.83% | - |
| XYZ | 24.74 | 47.69 | 8.25 | - |
| YUV | 139.57 | 56 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 12 | 0.78 | 0 | 0.94 | 0.17 | 109.8 | 0.89 | 0.44 |
| Hex | 2E | D4 | C | 4E | 0 | 5E | 11 | 6E | 59 | 2C |
| Octal | 56 | 324 | 14 | 116 | 0 | 136 | 21 | 156 | 131 | 54 |
| Binary | 101110 | 11010100 | 1100 | 1001110 | 0 | 1011110 | 10001 | 1101110 | 1011001 | 101100 |
Color Harmonies of #2ED40C
Complementary color
Monochromatic Colors of #2ED40C
Black with #2ED40C
Text Example
Text Example
White with #2ED40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED40C; }
p { color: rgb(46,212,12); }
H1.HeaderClassName
{
color: #2ED40C;
}
.AnyTagClassName
{
color: #2ED40C;
}
</style>
background-color css
<style>
a { background-color: #2ED40C; }
a { background-color: rgb(46,212,12); }
div.DivClassName
{
background-color: #2ED40C;
}
.BgClassName
{
background-color: #2ED40C;
}
</style>
border-color css
<style>
span { border-color: #2ED40C; }
span { border-color: rgb(46,212,12); }
td.TdClassName
{
border-color: #2ED40C;
}
.TagClassName
{
border-color: #2ED40C;
}
</style>