COLOR #2EA480

HEX: #2EA480 RGB: (46,164,128)

Color info

#2EA480 contains mainly green and blue colors. Web safe color of #2EA480 is #339966 (or #396).

RGB color model

#2EA480 color RGB value is (46,164,128).

RGB: (46,164,128) (18%, 64%, 50%)

RGB channels and saturation

R 46 of 255 = 18%
G 164 of 255 = 64%
B 128 of 255 = 50%

46
164
128

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

Portions of RGB colors in percentages

R + G + B = 46 + 164 + 128 = 338 (100%)
R 46 of 338 ~ 13.61%
G 164 of 338 ~ 48.52%
B 128 of 338 ~ 37.87'%

%13.61
%48.52
%37.87

CMYK color model

#2EA480 color CMYK value is (72,0,22,36).

  • cyan value is 71.95%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%

CMYK: (72,0,22,36)
C72M0Y22K36 (72%, 0%, 22%, 36%)
(0.72 / 0.00 / 0.22 / 0.36)

CMYK percentages

%71.95
%0
%21.95
%35.69

Codes

Color #2EA480 in popluar color models

2E A4 80
RGB 46 164 128
HSL 162° 56.19% 41.18%
HSB/HSV 162° 71.95% 64.31%
CMYK 71.95% 0.00% 21.95%
35.69%

Color #2EA480 in popluar number systems.

HEX 2E A4 80
Decimal 46 164 128
Binary 101110 10100100 10000000
Octal 56 244 200

Shades and tints

Shades of #2EA480

#2EA480
(46,164,128)
#2A9675
(42,150,117)
#26886A
(38,136,106)
#227A5F
(34,122,95)
#1E6C54
(30,108,84)
#1A5E49
(26,94,73)
#16503E
(22,80,62)
#124233
(18,66,51)
#0E3428
(14,52,40)
#0A261D
(10,38,29)
#061812
(6,24,18)
#000000
(0,0,0)

Tints of #2EA480

#2EA480
(46,164,128)
#41AC8B
(65,172,139)
#54B496
(84,180,150)
#67BCA1
(103,188,161)
#7AC4AC
(122,196,172)
#8DCCB7
(141,204,183)
#A0D4C2
(160,212,194)
#B3DCCD
(179,220,205)
#C6E4D8
(198,228,216)
#D9ECE3
(217,236,227)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EA480; }

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

This text font color is #2EA480.

Background Color

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

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

This div background color is #2EA480.

Border color

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

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

This div border color is #2EA480.

Opacity

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

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

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

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

This text has shadow with #2EA480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2EA480.

Preview

Color preview on black background

This text has color #2EA480 on black background.


Color preview on white background

This text has color #2EA480 on white background.


Black color preview on #2EA480 background

This text has black color on #2EA480 background.


White color preview on #2EA480 background

This text has white color on #2EA480 background.


Related colors

Complementary color

Complementary color for #hex is #D15B7F.


I love getcolorcode.com

Triadic colors

1 #802EA4 and #A4802E with #2EA480 are triadic colors.

2 #80A42E and #A42E80 with #2EA480 are triadic colors.