COLOR #2EB41E

HEX: #2EB41E
RGB: (46,180,30)

Color info

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

RGB color model

#2EB41E color RGB value is (46,180,30).

  • red value is 46;
  • green value is 180;
  • blue value is 30.
RGB:
(46,180,30)
(18%,71%,12%)

RGB channels and saturation

R 46 of 255 = 18%
G 180 of 255 = 71%
B 30 of 255 = 12%

46
180
30

R + G + B ~ 34%. #2EB41E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 180 + 30 = 256 (100%)
R 46 of 256 ~ 17.97%
G 180 of 256 ~ 70.31%
B 30 of 256 ~ 11.72%

%17.97
%70.31
%11.72

CMYK color model

#2EB41E color CMYK value is (74,0,83,29).

  • cyan value is 74.44%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 29.41%
CMYK:
(74,0,83,29)
C74M0Y83K29 
(74%,0%,83%,29%)
(0.74/0.00/0.83/0.29)	

CMYK percentages

%74.44
%0
%83.33
%29.41

Codes

Color #2EB41E in popluar color models

2EB41E
RGB4618030
HSL114°71.43%41.18%
HSB/HSV114°83.33%70.59%
CMYK74.44%0.00%83.33%
29.41%

Color #2EB41E in popluar number systems.

HEX2EB41E
Decimal4618030
Binary1011101011010011110
Octal5626436

Shades and tints

Shades of #2EB41E

#2EB41E
(46,180,30)
#2AA41C
(42,164,28)
#26941A
(38,148,26)
#228418
(34,132,24)
#1E7416
(30,116,22)
#1A6414
(26,100,20)
#165412
(22,84,18)
#124410
(18,68,16)
#0E340E
(14,52,14)
#0A240C
(10,36,12)
#06140A
(6,20,10)
#000000
(0,0,0)

Tints of #2EB41E

#2EB41E
(46,180,30)
#41BA32
(65,186,50)
#54C046
(84,192,70)
#67C65A
(103,198,90)
#7ACC6E
(122,204,110)
#8DD282
(141,210,130)
#A0D896
(160,216,150)
#B3DEAA
(179,222,170)
#C6E4BE
(198,228,190)
#D9EAD2
(217,234,210)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EB41E color. Also use rgb(46,180,30) instead hex code.

Text Font Color

.myTextColor { color: #2EB41E; }

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

This text font color is #2EB41E.


Background Color

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

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

This div background color is #2EB41E.


Border color

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

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

This div border color is #2EB41E.


Opacity

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

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

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

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

This text has shadow with #2EB41E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EB41E on black background.


Color preview on white background

This text has color #2EB41E on white background.



Black color preview on #2EB41E background

This text has black color on #2EB41E background.


White color preview on #2EB41E background

This text has white color on #2EB41E background.