COLOR #2EB94B

HEX: #2EB94B RGB: (46,185,75)

Color info

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

RGB color model

#2EB94B color RGB value is (46,185,75).

RGB: (46,185,75) (18%, 73%, 29%)

RGB channels and saturation

R 46 of 255 = 18%
G 185 of 255 = 73%
B 75 of 255 = 29%

46
185
75

R + G + B ~ 40%. #2EB94B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 46 + 185 + 75 = 306 (100%)
R 46 of 306 ~ 15.03%
G 185 of 306 ~ 60.46%
B 75 of 306 ~ 24.51'%

%15.03
%60.46
%24.51

CMYK color model

#2EB94B color CMYK value is (75,0,59,27).

  • cyan value is 75.14%
  • magenta value is 0.00%
  • yellow value is 59.46%
  • key color value is 27.45%
CMYK: (75,0,59,27) C75M0Y59K27 (75%,0%,59%,27%) (0.75/0.00/0.59/0.27) 

CMYK percentages

%75.14
%0
%59.46
%27.45

Codes

Color #2EB94B in popluar color models

2E B9 4B
RGB 46 185 75
HSL 133° 60.17% 45.29%
HSB/HSV 133° 75.14% 72.55%
CMYK 75.14% 0.00% 59.46%
27.45%

Color #2EB94B in popluar number systems.

HEX 2E B9 4B
Decimal 46 185 75
Binary 101110 10111001 1001011
Octal 56 271 113

Shades and tints

Shades of #2EB94B

#2EB94B
(46,185,75)
#2AA945
(42,169,69)
#26993F
(38,153,63)
#228939
(34,137,57)
#1E7933
(30,121,51)
#1A692D
(26,105,45)
#165927
(22,89,39)
#124921
(18,73,33)
#0E391B
(14,57,27)
#0A2915
(10,41,21)
#06190F
(6,25,15)
#000000
(0,0,0)

Tints of #2EB94B

#2EB94B
(46,185,75)
#41BF5B
(65,191,91)
#54C56B
(84,197,107)
#67CB7B
(103,203,123)
#7AD18B
(122,209,139)
#8DD79B
(141,215,155)
#A0DDAB
(160,221,171)
#B3E3BB
(179,227,187)
#C6E9CB
(198,233,203)
#D9EFDB
(217,239,219)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EB94B; }

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

This text font color is #2EB94B.

Background Color

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

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

This div background color is #2EB94B.

Border color

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

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

This div border color is #2EB94B.

Opacity

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

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

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

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

This text has shadow with #2EB94B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2EB94B.

Preview

Color preview on black background

This text has color #2EB94B on black background.


Color preview on white background

This text has color #2EB94B on white background.


Black color preview on #2EB94B background

This text has black color on #2EB94B background.


White color preview on #2EB94B background

This text has white color on #2EB94B background.


Related colors

Complementary color

Complementary color for #hex is #D146B4.


I love getcolorcode.com

Triadic colors

1 #4B2EB9 and #B94B2E with #2EB94B are triadic colors.

2 #4BB92E and #B92E4B with #2EB94B are triadic colors.