Shades of Lime Green #2EEA47
Tints of Lime Green #2EEA47
RGB
CMYK
RGB Variations
Color information
#2EEA47 (or 0x2EEA47) is known color: Lime Green. HEX triplet: 2E, EA and 47. RGB value is (46,234,71). Sum of RGB (Red+Green+Blue) = 46+234+71=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 234 (91.80% from 255 or 66.67% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA47 is #D115B8. Grayscale: #9F9F9F. Windows color (decimal): -13702585 or 4713006. OLE color: 4713006.
HSL color Cylindrical-coordinate representation of color #2EEA47: hue angle of 127.98º 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 #2EEA47 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 71 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.08 |
| HSL | 127.98º | 0.82% | 0.55% | - |
| HSV(B) | 127.98º | 0.8% | 0.92% | - |
| XYZ | 31.69 | 59.88 | 15.85 | - |
| YUV | 159.21 | 78.22 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 71 | 0.80 | 0 | 0.70 | 0.08 | 127.98 | 0.82 | 0.55 |
| Hex | 2E | EA | 47 | 50 | 0 | 46 | 8 | 80 | 52 | 37 |
| Octal | 56 | 352 | 107 | 120 | 0 | 106 | 10 | 200 | 122 | 67 |
| Binary | 101110 | 11101010 | 1000111 | 1010000 | 0 | 1000110 | 1000 | 10000000 | 1010010 | 110111 |
Color Harmonies of #2EEA47
Complementary color
Monochromatic Colors of #2EEA47
Black with #2EEA47
Text Example
Text Example
White with #2EEA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA47; }
p { color: rgb(46,234,71); }
H1.HeaderClassName
{
color: #2EEA47;
}
.AnyTagClassName
{
color: #2EEA47;
}
</style>
background-color css
<style>
a { background-color: #2EEA47; }
a { background-color: rgb(46,234,71); }
div.DivClassName
{
background-color: #2EEA47;
}
.BgClassName
{
background-color: #2EEA47;
}
</style>
border-color css
<style>
span { border-color: #2EEA47; }
span { border-color: rgb(46,234,71); }
td.TdClassName
{
border-color: #2EEA47;
}
.TagClassName
{
border-color: #2EEA47;
}
</style>