COLOR #2EBE87

HEX: #2EBE87
RGB: (46,190,135)

Color info

#2EBE87 contains mainly green and blue colors. Web safe color of #2EBE87 is #33CC99 (or #3C9).

RGB color model

#2EBE87 color RGB value is (46,190,135).

  • red value is 46;
  • green value is 190;
  • blue value is 135.
RGB:
(46,190,135)
(18%,75%,53%)

RGB channels and saturation

R 46 of 255 = 18%
G 190 of 255 = 75%
B 135 of 255 = 53%

46
190
135

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

Portions of RGB colors in percentages

R + G + B =
46 + 190 + 135 = 371 (100%)
R 46 of 371 ~ 12.4%
G 190 of 371 ~ 51.21%
B 135 of 371 ~ 36.39%

%12.4
%51.21
%36.39

CMYK color model

#2EBE87 color CMYK value is (76,0,29,25).

  • cyan value is 75.79%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(76,0,29,25)
C76M0Y29K25 
(76%,0%,29%,25%)
(0.76/0.00/0.29/0.25)	

CMYK percentages

%75.79
%0
%28.95
%25.49

Codes

Color #2EBE87 in popluar color models

2EBE87
RGB46190135
HSL157°61.02%46.27%
HSB/HSV157°75.79%74.51%
CMYK75.79%0.00%28.95%
25.49%

Color #2EBE87 in popluar number systems.

HEX2EBE87
Decimal46190135
Binary1011101011111010000111
Octal56276207

Shades and tints

Shades of #2EBE87

#2EBE87
(46,190,135)
#2AAD7B
(42,173,123)
#269C6F
(38,156,111)
#228B63
(34,139,99)
#1E7A57
(30,122,87)
#1A694B
(26,105,75)
#16583F
(22,88,63)
#124733
(18,71,51)
#0E3627
(14,54,39)
#0A251B
(10,37,27)
#06140F
(6,20,15)
#000000
(0,0,0)

Tints of #2EBE87

#2EBE87
(46,190,135)
#41C391
(65,195,145)
#54C89B
(84,200,155)
#67CDA5
(103,205,165)
#7AD2AF
(122,210,175)
#8DD7B9
(141,215,185)
#A0DCC3
(160,220,195)
#B3E1CD
(179,225,205)
#C6E6D7
(198,230,215)
#D9EBE1
(217,235,225)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EBE87; }

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

This text font color is #2EBE87.


Background Color

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

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

This div background color is #2EBE87.


Border color

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

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

This div border color is #2EBE87.


Opacity

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

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

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

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

This text has shadow with #2EBE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EBE87 on black background.


Color preview on white background

This text has color #2EBE87 on white background.



Black color preview on #2EBE87 background

This text has black color on #2EBE87 background.


White color preview on #2EBE87 background

This text has white color on #2EBE87 background.