Shades of Lime Green #2EE71A
Tints of Lime Green #2EE71A
RGB
CMYK
RGB Variations
Color information
#2EE71A (or 0x2EE71A) is known color: Lime Green. HEX triplet: 2E, E7 and 1A. RGB value is (46,231,26). Sum of RGB (Red+Green+Blue) = 46+231+26=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 231 (90.62% from 255 or 76.24% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE71A is #D118E5. Grayscale: #989898. Windows color (decimal): -13703398 or 1763118. OLE color: 1763118.
HSL color Cylindrical-coordinate representation of color #2EE71A: hue angle of 114.15º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EE71A is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 26 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.09 |
| HSL | 114.15º | 0.81% | 0.5% | - |
| HSV(B) | 114.15º | 0.89% | 0.91% | - |
| XYZ | 29.89 | 57.81 | 10.56 | - |
| YUV | 152.32 | 56.71 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 26 | 0.80 | 0 | 0.89 | 0.09 | 114.15 | 0.81 | 0.5 |
| Hex | 2E | E7 | 1A | 50 | 0 | 59 | 9 | 72 | 51 | 32 |
| Octal | 56 | 347 | 32 | 120 | 0 | 131 | 11 | 162 | 121 | 62 |
| Binary | 101110 | 11100111 | 11010 | 1010000 | 0 | 1011001 | 1001 | 1110010 | 1010001 | 110010 |
Color Harmonies of #2EE71A
Complementary color
Monochromatic Colors of #2EE71A
Black with #2EE71A
Text Example
Text Example
White with #2EE71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE71A; }
p { color: rgb(46,231,26); }
H1.HeaderClassName
{
color: #2EE71A;
}
.AnyTagClassName
{
color: #2EE71A;
}
</style>
background-color css
<style>
a { background-color: #2EE71A; }
a { background-color: rgb(46,231,26); }
div.DivClassName
{
background-color: #2EE71A;
}
.BgClassName
{
background-color: #2EE71A;
}
</style>
border-color css
<style>
span { border-color: #2EE71A; }
span { border-color: rgb(46,231,26); }
td.TdClassName
{
border-color: #2EE71A;
}
.TagClassName
{
border-color: #2EE71A;
}
</style>