COLOR #2EB78C

HEX: #2EB78C
RGB: (46,183,140)

Color info

#2EB78C contains mainly green and blue colors. Web safe color of #2EB78C is #33CC99 (or #3C9).

RGB color model

#2EB78C color RGB value is (46,183,140).

  • red value is 46;
  • green value is 183;
  • blue value is 140.
RGB:
(46,183,140)
(18%,72%,55%)

RGB channels and saturation

R 46 of 255 = 18%
G 183 of 255 = 72%
B 140 of 255 = 55%

46
183
140

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

Portions of RGB colors in percentages

R + G + B =
46 + 183 + 140 = 369 (100%)
R 46 of 369 ~ 12.47%
G 183 of 369 ~ 49.59%
B 140 of 369 ~ 37.94%

%12.47
%49.59
%37.94

CMYK color model

#2EB78C color CMYK value is (75,0,23,28).

  • cyan value is 74.86%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 28.24%
CMYK:
(75,0,23,28)
C75M0Y23K28 
(75%,0%,23%,28%)
(0.75/0.00/0.23/0.28)	

CMYK percentages

%74.86
%0
%23.5
%28.24

Codes

Color #2EB78C in popluar color models

2EB78C
RGB46183140
HSL161°59.83%44.90%
HSB/HSV161°74.86%71.76%
CMYK74.86%0.00%23.50%
28.24%

Color #2EB78C in popluar number systems.

HEX2EB78C
Decimal46183140
Binary1011101011011110001100
Octal56267214

Shades and tints

Shades of #2EB78C

#2EB78C
(46,183,140)
#2AA780
(42,167,128)
#269774
(38,151,116)
#228768
(34,135,104)
#1E775C
(30,119,92)
#1A6750
(26,103,80)
#165744
(22,87,68)
#124738
(18,71,56)
#0E372C
(14,55,44)
#0A2720
(10,39,32)
#061714
(6,23,20)
#000000
(0,0,0)

Tints of #2EB78C

#2EB78C
(46,183,140)
#41BD96
(65,189,150)
#54C3A0
(84,195,160)
#67C9AA
(103,201,170)
#7ACFB4
(122,207,180)
#8DD5BE
(141,213,190)
#A0DBC8
(160,219,200)
#B3E1D2
(179,225,210)
#C6E7DC
(198,231,220)
#D9EDE6
(217,237,230)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EB78C color. Also use rgb(46,183,140) instead hex code.

Text Font Color

.myTextColor { color: #2EB78C; }

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

This text font color is #2EB78C.


Background Color

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

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

This div background color is #2EB78C.


Border color

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

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

This div border color is #2EB78C.


Opacity

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

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

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

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

This text has shadow with #2EB78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EB78C on black background.


Color preview on white background

This text has color #2EB78C on white background.



Black color preview on #2EB78C background

This text has black color on #2EB78C background.


White color preview on #2EB78C background

This text has white color on #2EB78C background.