Shades of Lime Green #2EEB2A
Tints of Lime Green #2EEB2A
RGB
CMYK
RGB Variations
Color information
#2EEB2A (or 0x2EEB2A) is known color: Lime Green. HEX triplet: 2E, EB and 2A. RGB value is (46,235,42). Sum of RGB (Red+Green+Blue) = 46+235+42=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 235 (92.19% from 255 or 72.76% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB2A is #D114D5. Grayscale: #9D9D9D. Windows color (decimal): -13702358 or 2812718. OLE color: 2812718.
HSL color Cylindrical-coordinate representation of color #2EEB2A: hue angle of 118.76º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EEB2A is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 42 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.08 |
| HSL | 118.76º | 0.83% | 0.54% | - |
| HSV(B) | 118.76º | 0.82% | 0.92% | - |
| XYZ | 31.25 | 60.16 | 12.16 | - |
| YUV | 156.49 | 63.38 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 42 | 0.80 | 0 | 0.82 | 0.08 | 118.76 | 0.83 | 0.54 |
| Hex | 2E | EB | 2A | 50 | 0 | 52 | 8 | 77 | 53 | 36 |
| Octal | 56 | 353 | 52 | 120 | 0 | 122 | 10 | 167 | 123 | 66 |
| Binary | 101110 | 11101011 | 101010 | 1010000 | 0 | 1010010 | 1000 | 1110111 | 1010011 | 110110 |
Color Harmonies of #2EEB2A
Complementary color
Monochromatic Colors of #2EEB2A
Black with #2EEB2A
Text Example
Text Example
White with #2EEB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB2A; }
p { color: rgb(46,235,42); }
H1.HeaderClassName
{
color: #2EEB2A;
}
.AnyTagClassName
{
color: #2EEB2A;
}
</style>
background-color css
<style>
a { background-color: #2EEB2A; }
a { background-color: rgb(46,235,42); }
div.DivClassName
{
background-color: #2EEB2A;
}
.BgClassName
{
background-color: #2EEB2A;
}
</style>
border-color css
<style>
span { border-color: #2EEB2A; }
span { border-color: rgb(46,235,42); }
td.TdClassName
{
border-color: #2EEB2A;
}
.TagClassName
{
border-color: #2EEB2A;
}
</style>