Shades of Lime Green #2EE143
Tints of Lime Green #2EE143
RGB
CMYK
RGB Variations
Color information
#2EE143 (or 0x2EE143) is known color: Lime Green. HEX triplet: 2E, E1 and 43. RGB value is (46,225,67). Sum of RGB (Red+Green+Blue) = 46+225+67=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE143 is #D11EBC. Grayscale: #999999. Windows color (decimal): -13704893 or 4448558. OLE color: 4448558.
HSL color Cylindrical-coordinate representation of color #2EE143: hue angle of 127.04º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE143 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 67 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.12 |
| HSL | 127.04º | 0.75% | 0.53% | - |
| HSV(B) | 127.04º | 0.8% | 0.88% | - |
| XYZ | 29.07 | 54.84 | 14.36 | - |
| YUV | 153.47 | 79.2 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 67 | 0.80 | 0 | 0.70 | 0.12 | 127.04 | 0.75 | 0.53 |
| Hex | 2E | E1 | 43 | 50 | 0 | 46 | C | 7F | 4B | 35 |
| Octal | 56 | 341 | 103 | 120 | 0 | 106 | 14 | 177 | 113 | 65 |
| Binary | 101110 | 11100001 | 1000011 | 1010000 | 0 | 1000110 | 1100 | 1111111 | 1001011 | 110101 |
Color Harmonies of #2EE143
Complementary color
Monochromatic Colors of #2EE143
Black with #2EE143
Text Example
Text Example
White with #2EE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE143; }
p { color: rgb(46,225,67); }
H1.HeaderClassName
{
color: #2EE143;
}
.AnyTagClassName
{
color: #2EE143;
}
</style>
background-color css
<style>
a { background-color: #2EE143; }
a { background-color: rgb(46,225,67); }
div.DivClassName
{
background-color: #2EE143;
}
.BgClassName
{
background-color: #2EE143;
}
</style>
border-color css
<style>
span { border-color: #2EE143; }
span { border-color: rgb(46,225,67); }
td.TdClassName
{
border-color: #2EE143;
}
.TagClassName
{
border-color: #2EE143;
}
</style>