Shades of Lime Green #2ED714
Tints of Lime Green #2ED714
RGB
CMYK
RGB Variations
Color information
#2ED714 (or 0x2ED714) is known color: Lime Green. HEX triplet: 2E, D7 and 14. RGB value is (46,215,20). Sum of RGB (Red+Green+Blue) = 46+215+20=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 215 (84.38% from 255 or 76.51% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED714 is #D128EB. Grayscale: #8E8E8E. Windows color (decimal): -13707500 or 1365806. OLE color: 1365806.
HSL color Cylindrical-coordinate representation of color #2ED714: hue angle of 112º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ED714 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 20 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.16 |
| HSL | 112º | 0.83% | 0.46% | - |
| HSV(B) | 112º | 0.91% | 0.84% | - |
| XYZ | 25.55 | 49.23 | 8.82 | - |
| YUV | 142.24 | 59.01 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 20 | 0.79 | 0 | 0.91 | 0.16 | 112 | 0.83 | 0.46 |
| Hex | 2E | D7 | 14 | 4F | 0 | 5B | 10 | 70 | 53 | 2E |
| Octal | 56 | 327 | 24 | 117 | 0 | 133 | 20 | 160 | 123 | 56 |
| Binary | 101110 | 11010111 | 10100 | 1001111 | 0 | 1011011 | 10000 | 1110000 | 1010011 | 101110 |
Color Harmonies of #2ED714
Complementary color
Monochromatic Colors of #2ED714
Black with #2ED714
Text Example
Text Example
White with #2ED714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED714; }
p { color: rgb(46,215,20); }
H1.HeaderClassName
{
color: #2ED714;
}
.AnyTagClassName
{
color: #2ED714;
}
</style>
background-color css
<style>
a { background-color: #2ED714; }
a { background-color: rgb(46,215,20); }
div.DivClassName
{
background-color: #2ED714;
}
.BgClassName
{
background-color: #2ED714;
}
</style>
border-color css
<style>
span { border-color: #2ED714; }
span { border-color: rgb(46,215,20); }
td.TdClassName
{
border-color: #2ED714;
}
.TagClassName
{
border-color: #2ED714;
}
</style>