COLOR #2EA35D

HEX: #2EA35D RGB: (46,163,93)

Color info

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

RGB color model

#2EA35D color RGB value is (46,163,93).

RGB: (46,163,93) (18%, 64%, 36%)

RGB channels and saturation

R 46 of 255 = 18%
G 163 of 255 = 64%
B 93 of 255 = 36%

46
163
93

R + G + B ~ 39%. #2EA35D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 163 + 93 = 302 (100%)
R 46 of 302 ~ 15.23%
G 163 of 302 ~ 53.97%
B 93 of 302 ~ 30.79'%

%15.23
%53.97
%30.79

CMYK color model

#2EA35D color CMYK value is (72,0,43,36).

  • cyan value is 71.78%
  • magenta value is 0.00%
  • yellow value is 42.94%
  • key color value is 36.08%

CMYK: (72,0,43,36)
C72M0Y43K36 (72%, 0%, 43%, 36%)
(0.72 / 0.00 / 0.43 / 0.36)

CMYK percentages

%71.78
%0
%42.94
%36.08

Codes

Color #2EA35D in popluar color models

2E A3 5D
RGB 46 163 93
HSL 144° 55.98% 40.98%
HSB/HSV 144° 71.78% 63.92%
CMYK 71.78% 0.00% 42.94%
36.08%

Color #2EA35D in popluar number systems.

HEX 2E A3 5D
Decimal 46 163 93
Binary 101110 10100011 1011101
Octal 56 243 135

Shades and tints

Shades of #2EA35D

#2EA35D
(46,163,93)
#2A9555
(42,149,85)
#26874D
(38,135,77)
#227945
(34,121,69)
#1E6B3D
(30,107,61)
#1A5D35
(26,93,53)
#164F2D
(22,79,45)
#124125
(18,65,37)
#0E331D
(14,51,29)
#0A2515
(10,37,21)
#06170D
(6,23,13)
#000000
(0,0,0)

Tints of #2EA35D

#2EA35D
(46,163,93)
#41AB6B
(65,171,107)
#54B379
(84,179,121)
#67BB87
(103,187,135)
#7AC395
(122,195,149)
#8DCBA3
(141,203,163)
#A0D3B1
(160,211,177)
#B3DBBF
(179,219,191)
#C6E3CD
(198,227,205)
#D9EBDB
(217,235,219)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EA35D; }

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

This text font color is #2EA35D.

Background Color

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

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

This div background color is #2EA35D.

Border color

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

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

This div border color is #2EA35D.

Opacity

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

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

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

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

This text has shadow with #2EA35D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2EA35D.

Preview

Color preview on black background

This text has color #2EA35D on black background.


Color preview on white background

This text has color #2EA35D on white background.


Black color preview on #2EA35D background

This text has black color on #2EA35D background.


White color preview on #2EA35D background

This text has white color on #2EA35D background.


Related colors

Complementary color

Complementary color for #hex is #D15CA2.


I love getcolorcode.com

Triadic colors

1 #5D2EA3 and #A35D2E with #2EA35D are triadic colors.

2 #5DA32E and #A32E5D with #2EA35D are triadic colors.