Shades of Lime Green #2EE314
Tints of Lime Green #2EE314
RGB
CMYK
RGB Variations
Color information
#2EE314 (or 0x2EE314) is known color: Lime Green. HEX triplet: 2E, E3 and 14. RGB value is (46,227,20). Sum of RGB (Red+Green+Blue) = 46+227+20=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 227 (89.06% from 255 or 77.47% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE314 is #D11CEB. Grayscale: #959595. Windows color (decimal): -13704428 or 1368878. OLE color: 1368878.
HSL color Cylindrical-coordinate representation of color #2EE314: hue angle of 112.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EE314 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 227 | 20 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.11 |
| HSL | 112.46º | 0.84% | 0.48% | - |
| HSV(B) | 112.46º | 0.91% | 0.89% | - |
| XYZ | 28.72 | 55.57 | 9.87 | - |
| YUV | 149.28 | 55.03 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 227 | 20 | 0.80 | 0 | 0.91 | 0.11 | 112.46 | 0.84 | 0.48 |
| Hex | 2E | E3 | 14 | 50 | 0 | 5B | B | 70 | 54 | 30 |
| Octal | 56 | 343 | 24 | 120 | 0 | 133 | 13 | 160 | 124 | 60 |
| Binary | 101110 | 11100011 | 10100 | 1010000 | 0 | 1011011 | 1011 | 1110000 | 1010100 | 110000 |
Color Harmonies of #2EE314
Complementary color
Monochromatic Colors of #2EE314
Black with #2EE314
Text Example
Text Example
White with #2EE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE314; }
p { color: rgb(46,227,20); }
H1.HeaderClassName
{
color: #2EE314;
}
.AnyTagClassName
{
color: #2EE314;
}
</style>
background-color css
<style>
a { background-color: #2EE314; }
a { background-color: rgb(46,227,20); }
div.DivClassName
{
background-color: #2EE314;
}
.BgClassName
{
background-color: #2EE314;
}
</style>
border-color css
<style>
span { border-color: #2EE314; }
span { border-color: rgb(46,227,20); }
td.TdClassName
{
border-color: #2EE314;
}
.TagClassName
{
border-color: #2EE314;
}
</style>