COLOR #2EAB61

HEX: #2EAB61
RGB: (46,171,97)

Color info

#2EAB61 contains mainly green color. Web safe color of #2EAB61 is #339966 (or #396).

RGB color model

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

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

RGB channels and saturation

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

46
171
97

R + G + B ~ 41%. #2EAB61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 171 + 97 = 314 (100%)
R 46 of 314 ~ 14.65%
G 171 of 314 ~ 54.46%
B 97 of 314 ~ 30.89%

%14.65
%54.46
%30.89

CMYK color model

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

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

CMYK percentages

%73.1
%0
%43.27
%32.94

Codes

Color #2EAB61 in popluar color models

2EAB61
RGB4617197
HSL144°57.60%42.55%
HSB/HSV144°73.10%67.06%
CMYK73.10%0.00%43.27%
32.94%

Color #2EAB61 in popluar number systems.

HEX2EAB61
Decimal4617197
Binary101110101010111100001
Octal56253141

Shades and tints

Shades of #2EAB61

#2EAB61
(46,171,97)
#2A9C59
(42,156,89)
#268D51
(38,141,81)
#227E49
(34,126,73)
#1E6F41
(30,111,65)
#1A6039
(26,96,57)
#165131
(22,81,49)
#124229
(18,66,41)
#0E3321
(14,51,33)
#0A2419
(10,36,25)
#061511
(6,21,17)
#000000
(0,0,0)

Tints of #2EAB61

#2EAB61
(46,171,97)
#41B26F
(65,178,111)
#54B97D
(84,185,125)
#67C08B
(103,192,139)
#7AC799
(122,199,153)
#8DCEA7
(141,206,167)
#A0D5B5
(160,213,181)
#B3DCC3
(179,220,195)
#C6E3D1
(198,227,209)
#D9EADF
(217,234,223)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EAB61; }

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

This text font color is #2EAB61.


Background Color

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

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

This div background color is #2EAB61.


Border color

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

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

This div border color is #2EAB61.


Opacity

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

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

Text with #2EAB61 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 #2EAB61;}

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

This text has shadow with #2EAB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAB61 on black background.


Color preview on white background

This text has color #2EAB61 on white background.



Black color preview on #2EAB61 background

This text has black color on #2EAB61 background.


White color preview on #2EAB61 background

This text has white color on #2EAB61 background.