COLOR #2ED74E

HEX: #2ED74E
RGB: (46,215,78)

Color info

#2ED74E contains mainly green color. Web safe color of #2ED74E is #33CC66 (or #3C6).

RGB color model

#2ED74E color RGB value is (46,215,78).

  • red value is 46;
  • green value is 215;
  • blue value is 78.
RGB:
(46,215,78)
(18%,84%,31%)

RGB channels and saturation

R 46 of 255 = 18%
G 215 of 255 = 84%
B 78 of 255 = 31%

46
215
78

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

Portions of RGB colors in percentages

R + G + B =
46 + 215 + 78 = 339 (100%)
R 46 of 339 ~ 13.57%
G 215 of 339 ~ 63.42%
B 78 of 339 ~ 23.01%

%13.57
%63.42
%23.01

CMYK color model

#2ED74E color CMYK value is (79,0,64,16).

  • cyan value is 78.60%
  • magenta value is 0.00%
  • yellow value is 63.72%
  • key color value is 15.69%
CMYK:
(79,0,64,16)
C79M0Y64K16 
(79%,0%,64%,16%)
(0.79/0.00/0.64/0.16)	

CMYK percentages

%78.6
%0
%63.72
%15.69

Codes

Color #2ED74E in popluar color models

2ED74E
RGB4621578
HSL131°67.87%51.18%
HSB/HSV131°78.60%84.31%
CMYK78.60%0.00%63.72%
15.69%

Color #2ED74E in popluar number systems.

HEX2ED74E
Decimal4621578
Binary101110110101111001110
Octal56327116

Shades and tints

Shades of #2ED74E

#2ED74E
(46,215,78)
#2AC447
(42,196,71)
#26B140
(38,177,64)
#229E39
(34,158,57)
#1E8B32
(30,139,50)
#1A782B
(26,120,43)
#166524
(22,101,36)
#12521D
(18,82,29)
#0E3F16
(14,63,22)
#0A2C0F
(10,44,15)
#061908
(6,25,8)
#000000
(0,0,0)

Tints of #2ED74E

#2ED74E
(46,215,78)
#41DA5E
(65,218,94)
#54DD6E
(84,221,110)
#67E07E
(103,224,126)
#7AE38E
(122,227,142)
#8DE69E
(141,230,158)
#A0E9AE
(160,233,174)
#B3ECBE
(179,236,190)
#C6EFCE
(198,239,206)
#D9F2DE
(217,242,222)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ED74E color. Also use rgb(46,215,78) instead hex code.

Text Font Color

.myTextColor { color: #2ED74E; }

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

This text font color is #2ED74E.


Background Color

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

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

This div background color is #2ED74E.


Border color

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

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

This div border color is #2ED74E.


Opacity

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

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

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

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

This text has shadow with #2ED74E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ED74E on black background.


Color preview on white background

This text has color #2ED74E on white background.



Black color preview on #2ED74E background

This text has black color on #2ED74E background.


White color preview on #2ED74E background

This text has white color on #2ED74E background.