Shades of Lime Green #2EEA3B
Tints of Lime Green #2EEA3B
RGB
CMYK
RGB Variations
Color information
#2EEA3B (or 0x2EEA3B) is known color: Lime Green. HEX triplet: 2E, EA and 3B. RGB value is (46,234,59). Sum of RGB (Red+Green+Blue) = 46+234+59=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 234 (91.80% from 255 or 69.03% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA3B is #D115C4. Grayscale: #9E9E9E. Windows color (decimal): -13702597 or 3926574. OLE color: 3926574.
HSL color Cylindrical-coordinate representation of color #2EEA3B: hue angle of 124.15º 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 #2EEA3B is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 59 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.08 |
| HSL | 124.15º | 0.82% | 0.55% | - |
| HSV(B) | 124.15º | 0.8% | 0.92% | - |
| XYZ | 31.34 | 59.74 | 14.02 | - |
| YUV | 157.84 | 72.22 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 59 | 0.80 | 0 | 0.75 | 0.08 | 124.15 | 0.82 | 0.55 |
| Hex | 2E | EA | 3B | 50 | 0 | 4B | 8 | 7C | 52 | 37 |
| Octal | 56 | 352 | 73 | 120 | 0 | 113 | 10 | 174 | 122 | 67 |
| Binary | 101110 | 11101010 | 111011 | 1010000 | 0 | 1001011 | 1000 | 1111100 | 1010010 | 110111 |
Color Harmonies of #2EEA3B
Complementary color
Monochromatic Colors of #2EEA3B
Black with #2EEA3B
Text Example
Text Example
White with #2EEA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA3B; }
p { color: rgb(46,234,59); }
H1.HeaderClassName
{
color: #2EEA3B;
}
.AnyTagClassName
{
color: #2EEA3B;
}
</style>
background-color css
<style>
a { background-color: #2EEA3B; }
a { background-color: rgb(46,234,59); }
div.DivClassName
{
background-color: #2EEA3B;
}
.BgClassName
{
background-color: #2EEA3B;
}
</style>
border-color css
<style>
span { border-color: #2EEA3B; }
span { border-color: rgb(46,234,59); }
td.TdClassName
{
border-color: #2EEA3B;
}
.TagClassName
{
border-color: #2EEA3B;
}
</style>