COLOR #2EA460

HEX: #2EA460
RGB: (46,164,96)

Color info

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

RGB color model

#2EA460 color RGB value is (46,164,96).

  • red value is 46;
  • green value is 164;
  • blue value is 96.
RGB:
(46,164,96)
(18%,64%,38%)

RGB channels and saturation

R 46 of 255 = 18%
G 164 of 255 = 64%
B 96 of 255 = 38%

46
164
96

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

Portions of RGB colors in percentages

R + G + B =
46 + 164 + 96 = 306 (100%)
R 46 of 306 ~ 15.03%
G 164 of 306 ~ 53.59%
B 96 of 306 ~ 31.37%

%15.03
%53.59
%31.37

CMYK color model

#2EA460 color CMYK value is (72,0,41,36).

  • cyan value is 71.95%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(72,0,41,36)
C72M0Y41K36 
(72%,0%,41%,36%)
(0.72/0.00/0.41/0.36)	

CMYK percentages

%71.95
%0
%41.46
%35.69

Codes

Color #2EA460 in popluar color models

2EA460
RGB4616496
HSL145°56.19%41.18%
HSB/HSV145°71.95%64.31%
CMYK71.95%0.00%41.46%
35.69%

Color #2EA460 in popluar number systems.

HEX2EA460
Decimal4616496
Binary101110101001001100000
Octal56244140

Shades and tints

Shades of #2EA460

#2EA460
(46,164,96)
#2A9658
(42,150,88)
#268850
(38,136,80)
#227A48
(34,122,72)
#1E6C40
(30,108,64)
#1A5E38
(26,94,56)
#165030
(22,80,48)
#124228
(18,66,40)
#0E3420
(14,52,32)
#0A2618
(10,38,24)
#061810
(6,24,16)
#000000
(0,0,0)

Tints of #2EA460

#2EA460
(46,164,96)
#41AC6E
(65,172,110)
#54B47C
(84,180,124)
#67BC8A
(103,188,138)
#7AC498
(122,196,152)
#8DCCA6
(141,204,166)
#A0D4B4
(160,212,180)
#B3DCC2
(179,220,194)
#C6E4D0
(198,228,208)
#D9ECDE
(217,236,222)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA460 color. Also use rgb(46,164,96) instead hex code.

Text Font Color

.myTextColor { color: #2EA460; }

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

This text font color is #2EA460.


Background Color

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

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

This div background color is #2EA460.


Border color

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

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

This div border color is #2EA460.


Opacity

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

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

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

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

This text has shadow with #2EA460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA460 on black background.


Color preview on white background

This text has color #2EA460 on white background.



Black color preview on #2EA460 background

This text has black color on #2EA460 background.


White color preview on #2EA460 background

This text has white color on #2EA460 background.