COLOR #2EB829

HEX: #2EB829
RGB: (46,184,41)

Color info

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

RGB color model

#2EB829 color RGB value is (46,184,41).

  • red value is 46;
  • green value is 184;
  • blue value is 41.
RGB:
(46,184,41)
(18%,72%,16%)

RGB channels and saturation

R 46 of 255 = 18%
G 184 of 255 = 72%
B 41 of 255 = 16%

46
184
41

R + G + B ~ 35%. #2EB829 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 184 + 41 = 271 (100%)
R 46 of 271 ~ 16.97%
G 184 of 271 ~ 67.9%
B 41 of 271 ~ 15.13%

%16.97
%67.9
%15.13

CMYK color model

#2EB829 color CMYK value is (75,0,78,28).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 77.72%
  • key color value is 27.84%
CMYK:
(75,0,78,28)
C75M0Y78K28 
(75%,0%,78%,28%)
(0.75/0.00/0.78/0.28)	

CMYK percentages

%75
%0
%77.72
%27.84

Codes

Color #2EB829 in popluar color models

2EB829
RGB4618441
HSL118°63.56%44.12%
HSB/HSV118°77.72%72.16%
CMYK75.00%0.00%77.72%
27.84%

Color #2EB829 in popluar number systems.

HEX2EB829
Decimal4618441
Binary10111010111000101001
Octal5627051

Shades and tints

Shades of #2EB829

#2EB829
(46,184,41)
#2AA826
(42,168,38)
#269823
(38,152,35)
#228820
(34,136,32)
#1E781D
(30,120,29)
#1A681A
(26,104,26)
#165817
(22,88,23)
#124814
(18,72,20)
#0E3811
(14,56,17)
#0A280E
(10,40,14)
#06180B
(6,24,11)
#000000
(0,0,0)

Tints of #2EB829

#2EB829
(46,184,41)
#41BE3C
(65,190,60)
#54C44F
(84,196,79)
#67CA62
(103,202,98)
#7AD075
(122,208,117)
#8DD688
(141,214,136)
#A0DC9B
(160,220,155)
#B3E2AE
(179,226,174)
#C6E8C1
(198,232,193)
#D9EED4
(217,238,212)
#ECF4E7
(236,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EB829 color. Also use rgb(46,184,41) instead hex code.

Text Font Color

.myTextColor { color: #2EB829; }

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

This text font color is #2EB829.


Background Color

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

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

This div background color is #2EB829.


Border color

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

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

This div border color is #2EB829.


Opacity

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

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

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

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

This text has shadow with #2EB829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EB829 on black background.


Color preview on white background

This text has color #2EB829 on white background.



Black color preview on #2EB829 background

This text has black color on #2EB829 background.


White color preview on #2EB829 background

This text has white color on #2EB829 background.