COLOR #2EAB80

HEX: #2EAB80
RGB: (46,171,128)

Color info

#2EAB80 contains mainly green and blue colors. Web safe color of #2EAB80 is #339966 (or #396).

RGB color model

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

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

RGB channels and saturation

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

46
171
128

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

Portions of RGB colors in percentages

R + G + B =
46 + 171 + 128 = 345 (100%)
R 46 of 345 ~ 13.33%
G 171 of 345 ~ 49.57%
B 128 of 345 ~ 37.1%

%13.33
%49.57
%37.1

CMYK color model

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

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

CMYK percentages

%73.1
%0
%25.15
%32.94

Codes

Color #2EAB80 in popluar color models

2EAB80
RGB46171128
HSL159°57.60%42.55%
HSB/HSV159°73.10%67.06%
CMYK73.10%0.00%25.15%
32.94%

Color #2EAB80 in popluar number systems.

HEX2EAB80
Decimal46171128
Binary1011101010101110000000
Octal56253200

Shades and tints

Shades of #2EAB80

#2EAB80
(46,171,128)
#2A9C75
(42,156,117)
#268D6A
(38,141,106)
#227E5F
(34,126,95)
#1E6F54
(30,111,84)
#1A6049
(26,96,73)
#16513E
(22,81,62)
#124233
(18,66,51)
#0E3328
(14,51,40)
#0A241D
(10,36,29)
#061512
(6,21,18)
#000000
(0,0,0)

Tints of #2EAB80

#2EAB80
(46,171,128)
#41B28B
(65,178,139)
#54B996
(84,185,150)
#67C0A1
(103,192,161)
#7AC7AC
(122,199,172)
#8DCEB7
(141,206,183)
#A0D5C2
(160,213,194)
#B3DCCD
(179,220,205)
#C6E3D8
(198,227,216)
#D9EAE3
(217,234,227)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EAB80; }

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

This text font color is #2EAB80.


Background Color

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

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

This div background color is #2EAB80.


Border color

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

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

This div border color is #2EAB80.


Opacity

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

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

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

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

This text has shadow with #2EAB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAB80 on black background.


Color preview on white background

This text has color #2EAB80 on white background.



Black color preview on #2EAB80 background

This text has black color on #2EAB80 background.


White color preview on #2EAB80 background

This text has white color on #2EAB80 background.