Shades of Lime Green #2EE72A
Tints of Lime Green #2EE72A
RGB
CMYK
RGB Variations
Color information
#2EE72A (or 0x2EE72A) is known color: Lime Green. HEX triplet: 2E, E7 and 2A. RGB value is (46,231,42). Sum of RGB (Red+Green+Blue) = 46+231+42=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 231 (90.62% from 255 or 72.41% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE72A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE72A is #D118D5. Grayscale: #9A9A9A. Windows color (decimal): -13703382 or 2811694. OLE color: 2811694.
HSL color Cylindrical-coordinate representation of color #2EE72A: hue angle of 118.73º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE72A is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 42 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.09 |
| HSL | 118.73º | 0.8% | 0.54% | - |
| HSV(B) | 118.73º | 0.82% | 0.91% | - |
| XYZ | 30.12 | 57.9 | 11.78 | - |
| YUV | 154.14 | 64.71 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 42 | 0.80 | 0 | 0.82 | 0.09 | 118.73 | 0.8 | 0.54 |
| Hex | 2E | E7 | 2A | 50 | 0 | 52 | 9 | 77 | 50 | 36 |
| Octal | 56 | 347 | 52 | 120 | 0 | 122 | 11 | 167 | 120 | 66 |
| Binary | 101110 | 11100111 | 101010 | 1010000 | 0 | 1010010 | 1001 | 1110111 | 1010000 | 110110 |
Color Harmonies of #2EE72A
Complementary color
Monochromatic Colors of #2EE72A
Black with #2EE72A
Text Example
Text Example
White with #2EE72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE72A; }
p { color: rgb(46,231,42); }
H1.HeaderClassName
{
color: #2EE72A;
}
.AnyTagClassName
{
color: #2EE72A;
}
</style>
background-color css
<style>
a { background-color: #2EE72A; }
a { background-color: rgb(46,231,42); }
div.DivClassName
{
background-color: #2EE72A;
}
.BgClassName
{
background-color: #2EE72A;
}
</style>
border-color css
<style>
span { border-color: #2EE72A; }
span { border-color: rgb(46,231,42); }
td.TdClassName
{
border-color: #2EE72A;
}
.TagClassName
{
border-color: #2EE72A;
}
</style>