Shades of Lime Green #2EE52A
Tints of Lime Green #2EE52A
RGB
CMYK
RGB Variations
Color information
#2EE52A (or 0x2EE52A) is known color: Lime Green. HEX triplet: 2E, E5 and 2A. RGB value is (46,229,42). Sum of RGB (Red+Green+Blue) = 46+229+42=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 229 (89.84% from 255 or 72.24% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE52A is #D11AD5. Grayscale: #999999. Windows color (decimal): -13703894 or 2811182. OLE color: 2811182.
HSL color Cylindrical-coordinate representation of color #2EE52A: hue angle of 118.72º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE52A is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 42 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.10 |
| HSL | 118.72º | 0.78% | 0.53% | - |
| HSV(B) | 118.72º | 0.82% | 0.9% | - |
| XYZ | 29.56 | 56.79 | 11.59 | - |
| YUV | 152.97 | 65.37 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 42 | 0.80 | 0 | 0.82 | 0.10 | 118.72 | 0.78 | 0.53 |
| Hex | 2E | E5 | 2A | 50 | 0 | 52 | A | 77 | 4E | 35 |
| Octal | 56 | 345 | 52 | 120 | 0 | 122 | 12 | 167 | 116 | 65 |
| Binary | 101110 | 11100101 | 101010 | 1010000 | 0 | 1010010 | 1010 | 1110111 | 1001110 | 110101 |
Color Harmonies of #2EE52A
Complementary color
Monochromatic Colors of #2EE52A
Black with #2EE52A
Text Example
Text Example
White with #2EE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE52A; }
p { color: rgb(46,229,42); }
H1.HeaderClassName
{
color: #2EE52A;
}
.AnyTagClassName
{
color: #2EE52A;
}
</style>
background-color css
<style>
a { background-color: #2EE52A; }
a { background-color: rgb(46,229,42); }
div.DivClassName
{
background-color: #2EE52A;
}
.BgClassName
{
background-color: #2EE52A;
}
</style>
border-color css
<style>
span { border-color: #2EE52A; }
span { border-color: rgb(46,229,42); }
td.TdClassName
{
border-color: #2EE52A;
}
.TagClassName
{
border-color: #2EE52A;
}
</style>