Shades of Lime Green #2EC914
Tints of Lime Green #2EC914
RGB
CMYK
RGB Variations
Color information
#2EC914 (or 0x2EC914) is known color: Lime Green. HEX triplet: 2E, C9 and 14. RGB value is (46,201,20). Sum of RGB (Red+Green+Blue) = 46+201+20=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 201 (78.91% from 255 or 75.28% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC914 is #D136EB. Grayscale: #868686. Windows color (decimal): -13711084 or 1362222. OLE color: 1362222.
HSL color Cylindrical-coordinate representation of color #2EC914: hue angle of 111.38º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EC914 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 20 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.21 |
| HSL | 111.38º | 0.82% | 0.43% | - |
| HSV(B) | 111.38º | 0.9% | 0.79% | - |
| XYZ | 22.14 | 42.4 | 7.68 | - |
| YUV | 134.02 | 63.65 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 20 | 0.77 | 0 | 0.90 | 0.21 | 111.38 | 0.82 | 0.43 |
| Hex | 2E | C9 | 14 | 4D | 0 | 5A | 15 | 6F | 52 | 2B |
| Octal | 56 | 311 | 24 | 115 | 0 | 132 | 25 | 157 | 122 | 53 |
| Binary | 101110 | 11001001 | 10100 | 1001101 | 0 | 1011010 | 10101 | 1101111 | 1010010 | 101011 |
Color Harmonies of #2EC914
Complementary color
Monochromatic Colors of #2EC914
Black with #2EC914
Text Example
Text Example
White with #2EC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC914; }
p { color: rgb(46,201,20); }
H1.HeaderClassName
{
color: #2EC914;
}
.AnyTagClassName
{
color: #2EC914;
}
</style>
background-color css
<style>
a { background-color: #2EC914; }
a { background-color: rgb(46,201,20); }
div.DivClassName
{
background-color: #2EC914;
}
.BgClassName
{
background-color: #2EC914;
}
</style>
border-color css
<style>
span { border-color: #2EC914; }
span { border-color: rgb(46,201,20); }
td.TdClassName
{
border-color: #2EC914;
}
.TagClassName
{
border-color: #2EC914;
}
</style>