COLOR #2EAA21

HEX: #2EAA21
RGB: (46,170,33)

Color info

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

RGB color model

#2EAA21 color RGB value is (46,170,33).

  • red value is 46;
  • green value is 170;
  • blue value is 33.
RGB:
(46,170,33)
(18%,67%,13%)

RGB channels and saturation

R 46 of 255 = 18%
G 170 of 255 = 67%
B 33 of 255 = 13%

46
170
33

R + G + B ~ 33%. #2EAA21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 170 + 33 = 249 (100%)
R 46 of 249 ~ 18.47%
G 170 of 249 ~ 68.27%
B 33 of 249 ~ 13.25%

%18.47
%68.27
%13.25

CMYK color model

#2EAA21 color CMYK value is (73,0,81,33).

  • cyan value is 72.94%
  • magenta value is 0.00%
  • yellow value is 80.59%
  • key color value is 33.33%
CMYK:
(73,0,81,33)
C73M0Y81K33 
(73%,0%,81%,33%)
(0.73/0.00/0.81/0.33)	

CMYK percentages

%72.94
%0
%80.59
%33.33

Codes

Color #2EAA21 in popluar color models

2EAA21
RGB4617033
HSL114°67.49%39.80%
HSB/HSV114°80.59%66.67%
CMYK72.94%0.00%80.59%
33.33%

Color #2EAA21 in popluar number systems.

HEX2EAA21
Decimal4617033
Binary10111010101010100001
Octal5625241

Shades and tints

Shades of #2EAA21

#2EAA21
(46,170,33)
#2A9B1E
(42,155,30)
#268C1B
(38,140,27)
#227D18
(34,125,24)
#1E6E15
(30,110,21)
#1A5F12
(26,95,18)
#16500F
(22,80,15)
#12410C
(18,65,12)
#0E3209
(14,50,9)
#0A2306
(10,35,6)
#061403
(6,20,3)
#000000
(0,0,0)

Tints of #2EAA21

#2EAA21
(46,170,33)
#41B135
(65,177,53)
#54B849
(84,184,73)
#67BF5D
(103,191,93)
#7AC671
(122,198,113)
#8DCD85
(141,205,133)
#A0D499
(160,212,153)
#B3DBAD
(179,219,173)
#C6E2C1
(198,226,193)
#D9E9D5
(217,233,213)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EAA21 color. Also use rgb(46,170,33) instead hex code.

Text Font Color

.myTextColor { color: #2EAA21; }

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

This text font color is #2EAA21.


Background Color

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

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

This div background color is #2EAA21.


Border color

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

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

This div border color is #2EAA21.


Opacity

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

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

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

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

This text has shadow with #2EAA21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAA21 on black background.


Color preview on white background

This text has color #2EAA21 on white background.



Black color preview on #2EAA21 background

This text has black color on #2EAA21 background.


White color preview on #2EAA21 background

This text has white color on #2EAA21 background.