COLOR #2EA858

HEX: #2EA858
RGB: (46,168,88)

Color info

#2EA858 contains mainly green color. Web safe color of #2EA858 is #339966 (or #396).

RGB color model

#2EA858 color RGB value is (46,168,88).

  • red value is 46;
  • green value is 168;
  • blue value is 88.
RGB:
(46,168,88)
(18%,66%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 168 of 255 = 66%
B 88 of 255 = 35%

46
168
88

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

Portions of RGB colors in percentages

R + G + B =
46 + 168 + 88 = 302 (100%)
R 46 of 302 ~ 15.23%
G 168 of 302 ~ 55.63%
B 88 of 302 ~ 29.14%

%15.23
%55.63
%29.14

CMYK color model

#2EA858 color CMYK value is (73,0,48,34).

  • cyan value is 72.62%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 34.12%
CMYK:
(73,0,48,34)
C73M0Y48K34 
(73%,0%,48%,34%)
(0.73/0.00/0.48/0.34)	

CMYK percentages

%72.62
%0
%47.62
%34.12

Codes

Color #2EA858 in popluar color models

2EA858
RGB4616888
HSL141°57.01%41.96%
HSB/HSV141°72.62%65.88%
CMYK72.62%0.00%47.62%
34.12%

Color #2EA858 in popluar number systems.

HEX2EA858
Decimal4616888
Binary101110101010001011000
Octal56250130

Shades and tints

Shades of #2EA858

#2EA858
(46,168,88)
#2A9950
(42,153,80)
#268A48
(38,138,72)
#227B40
(34,123,64)
#1E6C38
(30,108,56)
#1A5D30
(26,93,48)
#164E28
(22,78,40)
#123F20
(18,63,32)
#0E3018
(14,48,24)
#0A2110
(10,33,16)
#061208
(6,18,8)
#000000
(0,0,0)

Tints of #2EA858

#2EA858
(46,168,88)
#41AF67
(65,175,103)
#54B676
(84,182,118)
#67BD85
(103,189,133)
#7AC494
(122,196,148)
#8DCBA3
(141,203,163)
#A0D2B2
(160,210,178)
#B3D9C1
(179,217,193)
#C6E0D0
(198,224,208)
#D9E7DF
(217,231,223)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA858 color. Also use rgb(46,168,88) instead hex code.

Text Font Color

.myTextColor { color: #2EA858; }

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

This text font color is #2EA858.


Background Color

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

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

This div background color is #2EA858.


Border color

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

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

This div border color is #2EA858.


Opacity

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

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

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

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

This text has shadow with #2EA858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA858 on black background.


Color preview on white background

This text has color #2EA858 on white background.



Black color preview on #2EA858 background

This text has black color on #2EA858 background.


White color preview on #2EA858 background

This text has white color on #2EA858 background.