COLOR #2EAB57

HEX: #2EAB57
RGB: (46,171,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
171
87

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

Portions of RGB colors in percentages

R + G + B =
46 + 171 + 87 = 304 (100%)
R 46 of 304 ~ 15.13%
G 171 of 304 ~ 56.25%
B 87 of 304 ~ 28.62%

%15.13
%56.25
%28.62

CMYK color model

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

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

CMYK percentages

%73.1
%0
%49.12
%32.94

Codes

Color #2EAB57 in popluar color models

2EAB57
RGB4617187
HSL140°57.60%42.55%
HSB/HSV140°73.10%67.06%
CMYK73.10%0.00%49.12%
32.94%

Color #2EAB57 in popluar number systems.

HEX2EAB57
Decimal4617187
Binary101110101010111010111
Octal56253127

Shades and tints

Shades of #2EAB57

#2EAB57
(46,171,87)
#2A9C50
(42,156,80)
#268D49
(38,141,73)
#227E42
(34,126,66)
#1E6F3B
(30,111,59)
#1A6034
(26,96,52)
#16512D
(22,81,45)
#124226
(18,66,38)
#0E331F
(14,51,31)
#0A2418
(10,36,24)
#061511
(6,21,17)
#000000
(0,0,0)

Tints of #2EAB57

#2EAB57
(46,171,87)
#41B266
(65,178,102)
#54B975
(84,185,117)
#67C084
(103,192,132)
#7AC793
(122,199,147)
#8DCEA2
(141,206,162)
#A0D5B1
(160,213,177)
#B3DCC0
(179,220,192)
#C6E3CF
(198,227,207)
#D9EADE
(217,234,222)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EAB57; }

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

This text font color is #2EAB57.


Background Color

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

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

This div background color is #2EAB57.


Border color

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

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

This div border color is #2EAB57.


Opacity

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

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

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

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

This text has shadow with #2EAB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAB57 on black background.


Color preview on white background

This text has color #2EAB57 on white background.



Black color preview on #2EAB57 background

This text has black color on #2EAB57 background.


White color preview on #2EAB57 background

This text has white color on #2EAB57 background.