COLOR #2EE4AD

HEX: #2EE4AD
RGB: (46,228,173)

Color info

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

RGB color model

#2EE4AD color RGB value is (46,228,173).

  • red value is 46;
  • green value is 228;
  • blue value is 173.
RGB:
(46,228,173)
(18%,89%,68%)

RGB channels and saturation

R 46 of 255 = 18%
G 228 of 255 = 89%
B 173 of 255 = 68%

46
228
173

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

Portions of RGB colors in percentages

R + G + B =
46 + 228 + 173 = 447 (100%)
R 46 of 447 ~ 10.29%
G 228 of 447 ~ 51.01%
B 173 of 447 ~ 38.7%

%10.29
%51.01
%38.7

CMYK color model

#2EE4AD color CMYK value is (80,0,24,11).

  • cyan value is 79.82%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 10.59%
CMYK:
(80,0,24,11)
C80M0Y24K11 
(80%,0%,24%,11%)
(0.80/0.00/0.24/0.11)	

CMYK percentages

%79.82
%0
%24.12
%10.59

Codes

Color #2EE4AD in popluar color models

2EE4AD
RGB46228173
HSL162°77.12%53.73%
HSB/HSV162°79.82%89.41%
CMYK79.82%0.00%24.12%
10.59%

Color #2EE4AD in popluar number systems.

HEX2EE4AD
Decimal46228173
Binary1011101110010010101101
Octal56344255

Shades and tints

Shades of #2EE4AD

#2EE4AD
(46,228,173)
#2AD09E
(42,208,158)
#26BC8F
(38,188,143)
#22A880
(34,168,128)
#1E9471
(30,148,113)
#1A8062
(26,128,98)
#166C53
(22,108,83)
#125844
(18,88,68)
#0E4435
(14,68,53)
#0A3026
(10,48,38)
#061C17
(6,28,23)
#000000
(0,0,0)

Tints of #2EE4AD

#2EE4AD
(46,228,173)
#41E6B4
(65,230,180)
#54E8BB
(84,232,187)
#67EAC2
(103,234,194)
#7AECC9
(122,236,201)
#8DEED0
(141,238,208)
#A0F0D7
(160,240,215)
#B3F2DE
(179,242,222)
#C6F4E5
(198,244,229)
#D9F6EC
(217,246,236)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EE4AD color. Also use rgb(46,228,173) instead hex code.

Text Font Color

.myTextColor { color: #2EE4AD; }

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

This text font color is #2EE4AD.


Background Color

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

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

This div background color is #2EE4AD.


Border color

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

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

This div border color is #2EE4AD.


Opacity

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

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

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

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

This text has shadow with #2EE4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EE4AD on black background.


Color preview on white background

This text has color #2EE4AD on white background.



Black color preview on #2EE4AD background

This text has black color on #2EE4AD background.


White color preview on #2EE4AD background

This text has white color on #2EE4AD background.