COLOR #2EA13B

HEX: #2EA13B RGB: (46,161,59)

Color info

#2EA13B contains mainly green color. Web safe color of #2EA13B is #339933 (or #393).

RGB color model

#2EA13B color RGB value is (46,161,59).

RGB: (46,161,59) (18%, 63%, 23%)

RGB channels and saturation

R 46 of 255 = 18%
G 161 of 255 = 63%
B 59 of 255 = 23%

46
161
59

R + G + B ~ 35%. #2EA13B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 161 + 59 = 266 (100%)
R 46 of 266 ~ 17.29%
G 161 of 266 ~ 60.53%
B 59 of 266 ~ 22.18'%

%17.29
%60.53
%22.18

CMYK color model

#2EA13B color CMYK value is (71,0,63,37).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 63.35%
  • key color value is 36.86%

CMYK: (71,0,63,37)
C71M0Y63K37 (71%, 0%, 63%, 37%)
(0.71 / 0.00 / 0.63 / 0.37)

CMYK percentages

%71.43
%0
%63.35
%36.86

Codes

Color #2EA13B in popluar color models

2E A1 3B
RGB 46 161 59
HSL 127° 55.56% 40.59%
HSB/HSV 127° 71.43% 63.14%
CMYK 71.43% 0.00% 63.35%
36.86%

Color #2EA13B in popluar number systems.

HEX 2E A1 3B
Decimal 46 161 59
Binary 101110 10100001 111011
Octal 56 241 73

Shades and tints

Shades of #2EA13B

#2EA13B
(46,161,59)
#2A9336
(42,147,54)
#268531
(38,133,49)
#22772C
(34,119,44)
#1E6927
(30,105,39)
#1A5B22
(26,91,34)
#164D1D
(22,77,29)
#123F18
(18,63,24)
#0E3113
(14,49,19)
#0A230E
(10,35,14)
#061509
(6,21,9)
#000000
(0,0,0)

Tints of #2EA13B

#2EA13B
(46,161,59)
#41A94C
(65,169,76)
#54B15D
(84,177,93)
#67B96E
(103,185,110)
#7AC17F
(122,193,127)
#8DC990
(141,201,144)
#A0D1A1
(160,209,161)
#B3D9B2
(179,217,178)
#C6E1C3
(198,225,195)
#D9E9D4
(217,233,212)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA13B color. Also use rgb(46,161,59) instead hex code.

Text Font Color

.myTextColor { color: #2EA13B; }

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

This text font color is #2EA13B.

Background Color

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

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

This div background color is #2EA13B.

Border color

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

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

This div border color is #2EA13B.

Opacity

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

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

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

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

This text has shadow with #2EA13B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2EA13B.

Preview

Color preview on black background

This text has color #2EA13B on black background.


Color preview on white background

This text has color #2EA13B on white background.


Black color preview on #2EA13B background

This text has black color on #2EA13B background.


White color preview on #2EA13B background

This text has white color on #2EA13B background.


Related colors

Complementary color

Complementary color for #hex is #D15EC4.


I love getcolorcode.com

Triadic colors

1 #3B2EA1 and #A13B2E with #2EA13B are triadic colors.

2 #3BA12E and #A12E3B with #2EA13B are triadic colors.