Shades of Lime Green #2EE249
Tints of Lime Green #2EE249
RGB
CMYK
RGB Variations
Color information
#2EE249 (or 0x2EE249) is known color: Lime Green. HEX triplet: 2E, E2 and 49. RGB value is (46,226,73). Sum of RGB (Red+Green+Blue) = 46+226+73=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 226 (88.67% from 255 or 65.51% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE249 is #D11DB6. Grayscale: #9B9B9B. Windows color (decimal): -13704631 or 4842030. OLE color: 4842030.
HSL color Cylindrical-coordinate representation of color #2EE249: hue angle of 129º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE249 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 73 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.11 |
| HSL | 129º | 0.76% | 0.53% | - |
| HSV(B) | 129º | 0.8% | 0.89% | - |
| XYZ | 29.53 | 55.45 | 15.45 | - |
| YUV | 154.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 73 | 0.80 | 0 | 0.68 | 0.11 | 129 | 0.76 | 0.53 |
| Hex | 2E | E2 | 49 | 50 | 0 | 44 | B | 81 | 4C | 35 |
| Octal | 56 | 342 | 111 | 120 | 0 | 104 | 13 | 201 | 114 | 65 |
| Binary | 101110 | 11100010 | 1001001 | 1010000 | 0 | 1000100 | 1011 | 10000001 | 1001100 | 110101 |
Color Harmonies of #2EE249
Complementary color
Monochromatic Colors of #2EE249
Black with #2EE249
Text Example
Text Example
White with #2EE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE249; }
p { color: rgb(46,226,73); }
H1.HeaderClassName
{
color: #2EE249;
}
.AnyTagClassName
{
color: #2EE249;
}
</style>
background-color css
<style>
a { background-color: #2EE249; }
a { background-color: rgb(46,226,73); }
div.DivClassName
{
background-color: #2EE249;
}
.BgClassName
{
background-color: #2EE249;
}
</style>
border-color css
<style>
span { border-color: #2EE249; }
span { border-color: rgb(46,226,73); }
td.TdClassName
{
border-color: #2EE249;
}
.TagClassName
{
border-color: #2EE249;
}
</style>