COLOR #2ED196

HEX: #2ED196
RGB: (46,209,150)

Color info

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

RGB color model

#2ED196 color RGB value is (46,209,150).

  • red value is 46;
  • green value is 209;
  • blue value is 150.
RGB:
(46,209,150)
(18%,82%,59%)

RGB channels and saturation

R 46 of 255 = 18%
G 209 of 255 = 82%
B 150 of 255 = 59%

46
209
150

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

Portions of RGB colors in percentages

R + G + B =
46 + 209 + 150 = 405 (100%)
R 46 of 405 ~ 11.36%
G 209 of 405 ~ 51.6%
B 150 of 405 ~ 37.04%

%11.36
%51.6
%37.04

CMYK color model

#2ED196 color CMYK value is (78,0,28,18).

  • cyan value is 77.99%
  • magenta value is 0.00%
  • yellow value is 28.23%
  • key color value is 18.04%
CMYK:
(78,0,28,18)
C78M0Y28K18 
(78%,0%,28%,18%)
(0.78/0.00/0.28/0.18)	

CMYK percentages

%77.99
%0
%28.23
%18.04

Codes

Color #2ED196 in popluar color models

2ED196
RGB46209150
HSL158°63.92%50.00%
HSB/HSV158°77.99%81.96%
CMYK77.99%0.00%28.23%
18.04%

Color #2ED196 in popluar number systems.

HEX2ED196
Decimal46209150
Binary1011101101000110010110
Octal56321226

Shades and tints

Shades of #2ED196

#2ED196
(46,209,150)
#2ABE89
(42,190,137)
#26AB7C
(38,171,124)
#22986F
(34,152,111)
#1E8562
(30,133,98)
#1A7255
(26,114,85)
#165F48
(22,95,72)
#124C3B
(18,76,59)
#0E392E
(14,57,46)
#0A2621
(10,38,33)
#061314
(6,19,20)
#000000
(0,0,0)

Tints of #2ED196

#2ED196
(46,209,150)
#41D59F
(65,213,159)
#54D9A8
(84,217,168)
#67DDB1
(103,221,177)
#7AE1BA
(122,225,186)
#8DE5C3
(141,229,195)
#A0E9CC
(160,233,204)
#B3EDD5
(179,237,213)
#C6F1DE
(198,241,222)
#D9F5E7
(217,245,231)
#ECF9F0
(236,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ED196 color. Also use rgb(46,209,150) instead hex code.

Text Font Color

.myTextColor { color: #2ED196; }

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

This text font color is #2ED196.


Background Color

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

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

This div background color is #2ED196.


Border color

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

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

This div border color is #2ED196.


Opacity

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

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

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

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

This text has shadow with #2ED196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ED196 on black background.


Color preview on white background

This text has color #2ED196 on white background.



Black color preview on #2ED196 background

This text has black color on #2ED196 background.


White color preview on #2ED196 background

This text has white color on #2ED196 background.