COLOR #2EB944

HEX: #2EB944
RGB: (46,185,68)

Color info

#2EB944 contains mainly green color. Web safe color of #2EB944 is #33CC33 (or #3C3).

RGB color model

#2EB944 color RGB value is (46,185,68).

  • red value is 46;
  • green value is 185;
  • blue value is 68.
RGB:
(46,185,68)
(18%,73%,27%)

RGB channels and saturation

R 46 of 255 = 18%
G 185 of 255 = 73%
B 68 of 255 = 27%

46
185
68

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

Portions of RGB colors in percentages

R + G + B =
46 + 185 + 68 = 299 (100%)
R 46 of 299 ~ 15.38%
G 185 of 299 ~ 61.87%
B 68 of 299 ~ 22.74%

%15.38
%61.87
%22.74

CMYK color model

#2EB944 color CMYK value is (75,0,63,27).

  • cyan value is 75.14%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 27.45%
CMYK:
(75,0,63,27)
C75M0Y63K27 
(75%,0%,63%,27%)
(0.75/0.00/0.63/0.27)	

CMYK percentages

%75.14
%0
%63.24
%27.45

Codes

Color #2EB944 in popluar color models

2EB944
RGB4618568
HSL129°60.17%45.29%
HSB/HSV129°75.14%72.55%
CMYK75.14%0.00%63.24%
27.45%

Color #2EB944 in popluar number systems.

HEX2EB944
Decimal4618568
Binary101110101110011000100
Octal56271104

Shades and tints

Shades of #2EB944

#2EB944
(46,185,68)
#2AA93E
(42,169,62)
#269938
(38,153,56)
#228932
(34,137,50)
#1E792C
(30,121,44)
#1A6926
(26,105,38)
#165920
(22,89,32)
#12491A
(18,73,26)
#0E3914
(14,57,20)
#0A290E
(10,41,14)
#061908
(6,25,8)
#000000
(0,0,0)

Tints of #2EB944

#2EB944
(46,185,68)
#41BF55
(65,191,85)
#54C566
(84,197,102)
#67CB77
(103,203,119)
#7AD188
(122,209,136)
#8DD799
(141,215,153)
#A0DDAA
(160,221,170)
#B3E3BB
(179,227,187)
#C6E9CC
(198,233,204)
#D9EFDD
(217,239,221)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EB944 color. Also use rgb(46,185,68) instead hex code.

Text Font Color

.myTextColor { color: #2EB944; }

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

This text font color is #2EB944.


Background Color

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

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

This div background color is #2EB944.


Border color

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

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

This div border color is #2EB944.


Opacity

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

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

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

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

This text has shadow with #2EB944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EB944 on black background.


Color preview on white background

This text has color #2EB944 on white background.



Black color preview on #2EB944 background

This text has black color on #2EB944 background.


White color preview on #2EB944 background

This text has white color on #2EB944 background.