COLOR #2ECC89

HEX: #2ECC89
RGB: (46,204,137)

Color info

#2ECC89 contains mainly green color. Web safe color of #2ECC89 is #33CC99 (or #3C9).

RGB color model

#2ECC89 color RGB value is (46,204,137).

  • red value is 46;
  • green value is 204;
  • blue value is 137.
RGB:
(46,204,137)
(18%,80%,54%)

RGB channels and saturation

R 46 of 255 = 18%
G 204 of 255 = 80%
B 137 of 255 = 54%

46
204
137

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

Portions of RGB colors in percentages

R + G + B =
46 + 204 + 137 = 387 (100%)
R 46 of 387 ~ 11.89%
G 204 of 387 ~ 52.71%
B 137 of 387 ~ 35.4%

%11.89
%52.71
%35.4

CMYK color model

#2ECC89 color CMYK value is (77,0,33,20).

  • cyan value is 77.45%
  • magenta value is 0.00%
  • yellow value is 32.84%
  • key color value is 20.00%
CMYK:
(77,0,33,20)
C77M0Y33K20 
(77%,0%,33%,20%)
(0.77/0.00/0.33/0.20)	

CMYK percentages

%77.45
%0
%32.84
%20

Codes

Color #2ECC89 in popluar color models

2ECC89
RGB46204137
HSL155°63.20%49.02%
HSB/HSV155°77.45%80.00%
CMYK77.45%0.00%32.84%
20.00%

Color #2ECC89 in popluar number systems.

HEX2ECC89
Decimal46204137
Binary1011101100110010001001
Octal56314211

Shades and tints

Shades of #2ECC89

#2ECC89
(46,204,137)
#2ABA7D
(42,186,125)
#26A871
(38,168,113)
#229665
(34,150,101)
#1E8459
(30,132,89)
#1A724D
(26,114,77)
#166041
(22,96,65)
#124E35
(18,78,53)
#0E3C29
(14,60,41)
#0A2A1D
(10,42,29)
#061811
(6,24,17)
#000000
(0,0,0)

Tints of #2ECC89

#2ECC89
(46,204,137)
#41D093
(65,208,147)
#54D49D
(84,212,157)
#67D8A7
(103,216,167)
#7ADCB1
(122,220,177)
#8DE0BB
(141,224,187)
#A0E4C5
(160,228,197)
#B3E8CF
(179,232,207)
#C6ECD9
(198,236,217)
#D9F0E3
(217,240,227)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2ECC89; }

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

This text font color is #2ECC89.


Background Color

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

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

This div background color is #2ECC89.


Border color

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

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

This div border color is #2ECC89.


Opacity

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

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

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

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

This text has shadow with #2ECC89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ECC89 on black background.


Color preview on white background

This text has color #2ECC89 on white background.



Black color preview on #2ECC89 background

This text has black color on #2ECC89 background.


White color preview on #2ECC89 background

This text has white color on #2ECC89 background.