COLOR #2EAB2E

HEX: #2EAB2E
RGB: (46,171,46)

Color info

#2EAB2E contains mainly green color. Web safe color of #2EAB2E is #339933 (or #393).

RGB color model

#2EAB2E color RGB value is (46,171,46).

  • red value is 46;
  • green value is 171;
  • blue value is 46.
RGB:
(46,171,46)
(18%,67%,18%)

RGB channels and saturation

R 46 of 255 = 18%
G 171 of 255 = 67%
B 46 of 255 = 18%

46
171
46

R + G + B ~ 34%. #2EAB2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 171 + 46 = 263 (100%)
R 46 of 263 ~ 17.49%
G 171 of 263 ~ 65.02%
B 46 of 263 ~ 17.49%

%17.49
%65.02
%17.49

CMYK color model

#2EAB2E color CMYK value is (73,0,73,33).

  • cyan value is 73.10%
  • magenta value is 0.00%
  • yellow value is 73.10%
  • key color value is 32.94%
CMYK:
(73,0,73,33)
C73M0Y73K33 
(73%,0%,73%,33%)
(0.73/0.00/0.73/0.33)	

CMYK percentages

%73.1
%0
%73.1
%32.94

Codes

Color #2EAB2E in popluar color models

2EAB2E
RGB4617146
HSL120°57.60%42.55%
HSB/HSV120°73.10%67.06%
CMYK73.10%0.00%73.10%
32.94%

Color #2EAB2E in popluar number systems.

HEX2EAB2E
Decimal4617146
Binary10111010101011101110
Octal5625356

Shades and tints

Shades of #2EAB2E

#2EAB2E
(46,171,46)
#2A9C2A
(42,156,42)
#268D26
(38,141,38)
#227E22
(34,126,34)
#1E6F1E
(30,111,30)
#1A601A
(26,96,26)
#165116
(22,81,22)
#124212
(18,66,18)
#0E330E
(14,51,14)
#0A240A
(10,36,10)
#061506
(6,21,6)
#000000
(0,0,0)

Tints of #2EAB2E

#2EAB2E
(46,171,46)
#41B241
(65,178,65)
#54B954
(84,185,84)
#67C067
(103,192,103)
#7AC77A
(122,199,122)
#8DCE8D
(141,206,141)
#A0D5A0
(160,213,160)
#B3DCB3
(179,220,179)
#C6E3C6
(198,227,198)
#D9EAD9
(217,234,217)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EAB2E color. Also use rgb(46,171,46) instead hex code.

Text Font Color

.myTextColor { color: #2EAB2E; }

<p style="color:#2EAB2E">This sample text font color is #2EAB2E.</p>

This text font color is #2EAB2E.


Background Color

.myBgColor { background-color: #2EAB2E; }

<div style="background-color:#2EAB2E">Inner text</div>

This div background color is #2EAB2E.


Border color

.myBorderColor { border: 1px solid #2EAB2E; }

<div style="border:3px solid #2EAB2E">Div</div>

This div border color is #2EAB2E.


Opacity

.myOpacity80 { color: #2EAB2E; opacity: 0.8; }

<p style="color:#2EAB2E;opacity:0.8;">80%</p>

Text with #2EAB2E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2EAB2E;}

<p style="text-shadow: 3px 3px 1px #2EAB2E">Text here.</p>

This text has shadow with #2EAB2E color.

.textShadow {text-shadow: 3px 3px 1px #2EAB2E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2EAB2E, 5px 5px 20px red">Text here.</p>

This text has shadow with #2EAB2E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2EAB2E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2EAB2E, Direction=45, Strength=4)">Text</p>

This text has shadow with #2EAB2E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2EAB2E;
  -webkit-box-shadow:	1px 1px 3px 2px #2EAB2E;
  box-shadow:		1px 1px 3px 2px #2EAB2E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2EAB2E;
-webkit-box-shadow: 1px 1px 3px 2px #2EAB2E;
box-shadow:1px 1px 3px 2px #2EAB2E;">
Div content here</div>
This div box has shadow with color #2EAB2E.

Preview

Color preview on black background

This text has color #2EAB2E on black background.


Color preview on white background

This text has color #2EAB2E on white background.



Black color preview on #2EAB2E background

This text has black color on #2EAB2E background.


White color preview on #2EAB2E background

This text has white color on #2EAB2E background.