COLOR #2EB509

HEX: #2EB509 RGB: (46,181,9)

Color info

#2EB509 contains mainly green color. Web safe color of #2EB509 is #33CC00 (or #3C0).

RGB color model

#2EB509 color RGB value is (46,181,9).

RGB: (46,181,9) (18%, 71%, 4%)

RGB channels and saturation

R 46 of 255 = 18%
G 181 of 255 = 71%
B 9 of 255 = 4%

46
181
9

R + G + B ~ 31%. #2EB509 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 181 + 9 = 236 (100%)
R 46 of 236 ~ 19.49%
G 181 of 236 ~ 76.69%
B 9 of 236 ~ 3.81'%

%19.49
%76.69

CMYK color model

#2EB509 color CMYK value is (75,0,95,29).

  • cyan value is 74.59%
  • magenta value is 0.00%
  • yellow value is 95.03%
  • key color value is 29.02%

CMYK: (75,0,95,29)
C75M0Y95K29 (75%, 0%, 95%, 29%)
(0.75 / 0.00 / 0.95 / 0.29)

CMYK percentages

%74.59
%0
%95.03
%29.02

Codes

Color #2EB509 in popluar color models

2E B5 09
RGB 46 181 9
HSL 107° 90.53% 37.25%
HSB/HSV 107° 95.03% 70.98%
CMYK 74.59% 0.00% 95.03%
29.02%

Color #2EB509 in popluar number systems.

HEX 2E B5 09
Decimal 46 181 9
Binary 101110 10110101 1001
Octal 56 265 11

Shades and tints

Shades of #2EB509

#2EB509
(46,181,9)
#2AA509
(42,165,9)
#269509
(38,149,9)
#228509
(34,133,9)
#1E7509
(30,117,9)
#1A6509
(26,101,9)
#165509
(22,85,9)
#124509
(18,69,9)
#0E3509
(14,53,9)
#0A2509
(10,37,9)
#061509
(6,21,9)
#000000
(0,0,0)

Tints of #2EB509

#2EB509
(46,181,9)
#41BB1F
(65,187,31)
#54C135
(84,193,53)
#67C74B
(103,199,75)
#7ACD61
(122,205,97)
#8DD377
(141,211,119)
#A0D98D
(160,217,141)
#B3DFA3
(179,223,163)
#C6E5B9
(198,229,185)
#D9EBCF
(217,235,207)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EB509 color. Also use rgb(46,181,9) instead hex code.

Text Font Color

.myTextColor { color: #2EB509; }

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

This text font color is #2EB509.

Background Color

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

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

This div background color is #2EB509.

Border color

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

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

This div border color is #2EB509.

Opacity

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

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

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

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

This text has shadow with #2EB509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2EB509.

Preview

Color preview on black background

This text has color #2EB509 on black background.


Color preview on white background

This text has color #2EB509 on white background.


Black color preview on #2EB509 background

This text has black color on #2EB509 background.


White color preview on #2EB509 background

This text has white color on #2EB509 background.


Related colors

Complementary color

Complementary color for #hex is #D14AF6.


I love getcolorcode.com

Triadic colors

1 #092EB5 and #B5092E with #2EB509 are triadic colors.

2 #09B52E and #B52E09 with #2EB509 are triadic colors.