COLOR #2EA34B

HEX: #2EA34B
RGB: (46,163,75)

Color info

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

RGB color model

#2EA34B color RGB value is (46,163,75).

  • red value is 46;
  • green value is 163;
  • blue value is 75.
RGB:
(46,163,75)
(18%,64%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 163 of 255 = 64%
B 75 of 255 = 29%

46
163
75

R + G + B ~ 37%. #2EA34B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 163 + 75 = 284 (100%)
R 46 of 284 ~ 16.2%
G 163 of 284 ~ 57.39%
B 75 of 284 ~ 26.41%

%16.2
%57.39
%26.41

CMYK color model

#2EA34B color CMYK value is (72,0,54,36).

  • cyan value is 71.78%
  • magenta value is 0.00%
  • yellow value is 53.99%
  • key color value is 36.08%
CMYK:
(72,0,54,36)
C72M0Y54K36 
(72%,0%,54%,36%)
(0.72/0.00/0.54/0.36)	

CMYK percentages

%71.78
%0
%53.99
%36.08

Codes

Color #2EA34B in popluar color models

2EA34B
RGB4616375
HSL135°55.98%40.98%
HSB/HSV135°71.78%63.92%
CMYK71.78%0.00%53.99%
36.08%

Color #2EA34B in popluar number systems.

HEX2EA34B
Decimal4616375
Binary101110101000111001011
Octal56243113

Shades and tints

Shades of #2EA34B

#2EA34B
(46,163,75)
#2A9545
(42,149,69)
#26873F
(38,135,63)
#227939
(34,121,57)
#1E6B33
(30,107,51)
#1A5D2D
(26,93,45)
#164F27
(22,79,39)
#124121
(18,65,33)
#0E331B
(14,51,27)
#0A2515
(10,37,21)
#06170F
(6,23,15)
#000000
(0,0,0)

Tints of #2EA34B

#2EA34B
(46,163,75)
#41AB5B
(65,171,91)
#54B36B
(84,179,107)
#67BB7B
(103,187,123)
#7AC38B
(122,195,139)
#8DCB9B
(141,203,155)
#A0D3AB
(160,211,171)
#B3DBBB
(179,219,187)
#C6E3CB
(198,227,203)
#D9EBDB
(217,235,219)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA34B color. Also use rgb(46,163,75) instead hex code.

Text Font Color

.myTextColor { color: #2EA34B; }

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

This text font color is #2EA34B.


Background Color

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

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

This div background color is #2EA34B.


Border color

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

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

This div border color is #2EA34B.


Opacity

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

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

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

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

This text has shadow with #2EA34B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA34B on black background.


Color preview on white background

This text has color #2EA34B on white background.



Black color preview on #2EA34B background

This text has black color on #2EA34B background.


White color preview on #2EA34B background

This text has white color on #2EA34B background.