Shades of Lime Green #2EEA49
Tints of Lime Green #2EEA49
RGB
CMYK
RGB Variations
Color information
#2EEA49 (or 0x2EEA49) is known color: Lime Green. HEX triplet: 2E, EA and 49. RGB value is (46,234,73). Sum of RGB (Red+Green+Blue) = 46+234+73=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA49 is #D115B6. Grayscale: #9F9F9F. Windows color (decimal): -13702583 or 4844078. OLE color: 4844078.
HSL color Cylindrical-coordinate representation of color #2EEA49: hue angle of 128.62º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA49 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 73 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.08 |
| HSL | 128.62º | 0.82% | 0.55% | - |
| HSV(B) | 128.62º | 0.8% | 0.92% | - |
| XYZ | 31.75 | 59.91 | 16.19 | - |
| YUV | 159.43 | 79.22 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 73 | 0.80 | 0 | 0.69 | 0.08 | 128.62 | 0.82 | 0.55 |
| Hex | 2E | EA | 49 | 50 | 0 | 45 | 8 | 81 | 52 | 37 |
| Octal | 56 | 352 | 111 | 120 | 0 | 105 | 10 | 201 | 122 | 67 |
| Binary | 101110 | 11101010 | 1001001 | 1010000 | 0 | 1000101 | 1000 | 10000001 | 1010010 | 110111 |
Color Harmonies of #2EEA49
Complementary color
Monochromatic Colors of #2EEA49
Black with #2EEA49
Text Example
Text Example
White with #2EEA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA49; }
p { color: rgb(46,234,73); }
H1.HeaderClassName
{
color: #2EEA49;
}
.AnyTagClassName
{
color: #2EEA49;
}
</style>
background-color css
<style>
a { background-color: #2EEA49; }
a { background-color: rgb(46,234,73); }
div.DivClassName
{
background-color: #2EEA49;
}
.BgClassName
{
background-color: #2EEA49;
}
</style>
border-color css
<style>
span { border-color: #2EEA49; }
span { border-color: rgb(46,234,73); }
td.TdClassName
{
border-color: #2EEA49;
}
.TagClassName
{
border-color: #2EEA49;
}
</style>