COLOR #2EC581

HEX: #2EC581
RGB: (46,197,129)

Color info

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

RGB color model

#2EC581 color RGB value is (46,197,129).

  • red value is 46;
  • green value is 197;
  • blue value is 129.
RGB:
(46,197,129)
(18%,77%,51%)

RGB channels and saturation

R 46 of 255 = 18%
G 197 of 255 = 77%
B 129 of 255 = 51%

46
197
129

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

Portions of RGB colors in percentages

R + G + B =
46 + 197 + 129 = 372 (100%)
R 46 of 372 ~ 12.37%
G 197 of 372 ~ 52.96%
B 129 of 372 ~ 34.68%

%12.37
%52.96
%34.68

CMYK color model

#2EC581 color CMYK value is (77,0,35,23).

  • cyan value is 76.65%
  • magenta value is 0.00%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK:
(77,0,35,23)
C77M0Y35K23 
(77%,0%,35%,23%)
(0.77/0.00/0.35/0.23)	

CMYK percentages

%76.65
%0
%34.52
%22.75

Codes

Color #2EC581 in popluar color models

2EC581
RGB46197129
HSL153°62.14%47.65%
HSB/HSV153°76.65%77.25%
CMYK76.65%0.00%34.52%
22.75%

Color #2EC581 in popluar number systems.

HEX2EC581
Decimal46197129
Binary1011101100010110000001
Octal56305201

Shades and tints

Shades of #2EC581

#2EC581
(46,197,129)
#2AB476
(42,180,118)
#26A36B
(38,163,107)
#229260
(34,146,96)
#1E8155
(30,129,85)
#1A704A
(26,112,74)
#165F3F
(22,95,63)
#124E34
(18,78,52)
#0E3D29
(14,61,41)
#0A2C1E
(10,44,30)
#061B13
(6,27,19)
#000000
(0,0,0)

Tints of #2EC581

#2EC581
(46,197,129)
#41CA8C
(65,202,140)
#54CF97
(84,207,151)
#67D4A2
(103,212,162)
#7AD9AD
(122,217,173)
#8DDEB8
(141,222,184)
#A0E3C3
(160,227,195)
#B3E8CE
(179,232,206)
#C6EDD9
(198,237,217)
#D9F2E4
(217,242,228)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EC581 color. Also use rgb(46,197,129) instead hex code.

Text Font Color

.myTextColor { color: #2EC581; }

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

This text font color is #2EC581.


Background Color

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

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

This div background color is #2EC581.


Border color

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

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

This div border color is #2EC581.


Opacity

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

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

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

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

This text has shadow with #2EC581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EC581 on black background.


Color preview on white background

This text has color #2EC581 on white background.



Black color preview on #2EC581 background

This text has black color on #2EC581 background.


White color preview on #2EC581 background

This text has white color on #2EC581 background.