Shades of Lime Green #2EE43E
Tints of Lime Green #2EE43E
RGB
CMYK
RGB Variations
Color information
#2EE43E (or 0x2EE43E) is known color: Lime Green. HEX triplet: 2E, E4 and 3E. RGB value is (46,228,62). Sum of RGB (Red+Green+Blue) = 46+228+62=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 228 (89.45% from 255 or 67.86% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE43E is #D11BC1. Grayscale: #9B9B9B. Windows color (decimal): -13704130 or 4121646. OLE color: 4121646.
HSL color Cylindrical-coordinate representation of color #2EE43E: hue angle of 125.27º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE43E is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 62 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.11 |
| HSL | 125.27º | 0.77% | 0.54% | - |
| HSV(B) | 125.27º | 0.8% | 0.89% | - |
| XYZ | 29.74 | 56.42 | 13.88 | - |
| YUV | 154.66 | 75.7 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 62 | 0.80 | 0 | 0.73 | 0.11 | 125.27 | 0.77 | 0.54 |
| Hex | 2E | E4 | 3E | 50 | 0 | 49 | B | 7D | 4D | 36 |
| Octal | 56 | 344 | 76 | 120 | 0 | 111 | 13 | 175 | 115 | 66 |
| Binary | 101110 | 11100100 | 111110 | 1010000 | 0 | 1001001 | 1011 | 1111101 | 1001101 | 110110 |
Color Harmonies of #2EE43E
Complementary color
Monochromatic Colors of #2EE43E
Black with #2EE43E
Text Example
Text Example
White with #2EE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE43E; }
p { color: rgb(46,228,62); }
H1.HeaderClassName
{
color: #2EE43E;
}
.AnyTagClassName
{
color: #2EE43E;
}
</style>
background-color css
<style>
a { background-color: #2EE43E; }
a { background-color: rgb(46,228,62); }
div.DivClassName
{
background-color: #2EE43E;
}
.BgClassName
{
background-color: #2EE43E;
}
</style>
border-color css
<style>
span { border-color: #2EE43E; }
span { border-color: rgb(46,228,62); }
td.TdClassName
{
border-color: #2EE43E;
}
.TagClassName
{
border-color: #2EE43E;
}
</style>