Shades of Lime Green #2EEB3A
Tints of Lime Green #2EEB3A
RGB
CMYK
RGB Variations
Color information
#2EEB3A (or 0x2EEB3A) is known color: Lime Green. HEX triplet: 2E, EB and 3A. RGB value is (46,235,58). Sum of RGB (Red+Green+Blue) = 46+235+58=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 235 (92.19% from 255 or 69.32% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB3A is #D114C5. Grayscale: #9E9E9E. Windows color (decimal): -13702342 or 3861294. OLE color: 3861294.
HSL color Cylindrical-coordinate representation of color #2EEB3A: hue angle of 123.81º degrees, saturation: 0.83, 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 #2EEB3A is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 58 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.08 |
| HSL | 123.81º | 0.83% | 0.55% | - |
| HSV(B) | 123.81º | 0.8% | 0.92% | - |
| XYZ | 31.6 | 60.3 | 13.98 | - |
| YUV | 158.31 | 71.38 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 58 | 0.80 | 0 | 0.75 | 0.08 | 123.81 | 0.83 | 0.55 |
| Hex | 2E | EB | 3A | 50 | 0 | 4B | 8 | 7C | 53 | 37 |
| Octal | 56 | 353 | 72 | 120 | 0 | 113 | 10 | 174 | 123 | 67 |
| Binary | 101110 | 11101011 | 111010 | 1010000 | 0 | 1001011 | 1000 | 1111100 | 1010011 | 110111 |
Color Harmonies of #2EEB3A
Complementary color
Monochromatic Colors of #2EEB3A
Black with #2EEB3A
Text Example
Text Example
White with #2EEB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB3A; }
p { color: rgb(46,235,58); }
H1.HeaderClassName
{
color: #2EEB3A;
}
.AnyTagClassName
{
color: #2EEB3A;
}
</style>
background-color css
<style>
a { background-color: #2EEB3A; }
a { background-color: rgb(46,235,58); }
div.DivClassName
{
background-color: #2EEB3A;
}
.BgClassName
{
background-color: #2EEB3A;
}
</style>
border-color css
<style>
span { border-color: #2EEB3A; }
span { border-color: rgb(46,235,58); }
td.TdClassName
{
border-color: #2EEB3A;
}
.TagClassName
{
border-color: #2EEB3A;
}
</style>