COLOR #2EE5A9

HEX: #2EE5A9
RGB: (46,229,169)

Color info

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

RGB color model

#2EE5A9 color RGB value is (46,229,169).

  • red value is 46;
  • green value is 229;
  • blue value is 169.
RGB:
(46,229,169)
(18%,90%,66%)

RGB channels and saturation

R 46 of 255 = 18%
G 229 of 255 = 90%
B 169 of 255 = 66%

46
229
169

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

Portions of RGB colors in percentages

R + G + B =
46 + 229 + 169 = 444 (100%)
R 46 of 444 ~ 10.36%
G 229 of 444 ~ 51.58%
B 169 of 444 ~ 38.06%

%10.36
%51.58
%38.06

CMYK color model

#2EE5A9 color CMYK value is (80,0,26,10).

  • cyan value is 79.91%
  • magenta value is 0.00%
  • yellow value is 26.20%
  • key color value is 10.20%
CMYK:
(80,0,26,10)
C80M0Y26K10 
(80%,0%,26%,10%)
(0.80/0.00/0.26/0.10)	

CMYK percentages

%79.91
%0
%26.2
%10.2

Codes

Color #2EE5A9 in popluar color models

2EE5A9
RGB46229169
HSL160°77.87%53.92%
HSB/HSV160°79.91%89.80%
CMYK79.91%0.00%26.20%
10.20%

Color #2EE5A9 in popluar number systems.

HEX2EE5A9
Decimal46229169
Binary1011101110010110101001
Octal56345251

Shades and tints

Shades of #2EE5A9

#2EE5A9
(46,229,169)
#2AD19A
(42,209,154)
#26BD8B
(38,189,139)
#22A97C
(34,169,124)
#1E956D
(30,149,109)
#1A815E
(26,129,94)
#166D4F
(22,109,79)
#125940
(18,89,64)
#0E4531
(14,69,49)
#0A3122
(10,49,34)
#061D13
(6,29,19)
#000000
(0,0,0)

Tints of #2EE5A9

#2EE5A9
(46,229,169)
#41E7B0
(65,231,176)
#54E9B7
(84,233,183)
#67EBBE
(103,235,190)
#7AEDC5
(122,237,197)
#8DEFCC
(141,239,204)
#A0F1D3
(160,241,211)
#B3F3DA
(179,243,218)
#C6F5E1
(198,245,225)
#D9F7E8
(217,247,232)
#ECF9EF
(236,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EE5A9 color. Also use rgb(46,229,169) instead hex code.

Text Font Color

.myTextColor { color: #2EE5A9; }

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

This text font color is #2EE5A9.


Background Color

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

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

This div background color is #2EE5A9.


Border color

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

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

This div border color is #2EE5A9.


Opacity

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

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

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

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

This text has shadow with #2EE5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EE5A9 on black background.


Color preview on white background

This text has color #2EE5A9 on white background.



Black color preview on #2EE5A9 background

This text has black color on #2EE5A9 background.


White color preview on #2EE5A9 background

This text has white color on #2EE5A9 background.