COLOR #2EB678

HEX: #2EB678
RGB: (46,182,120)

Color info

#2EB678 contains mainly green color. Web safe color of #2EB678 is #33CC66 (or #3C6).

RGB color model

#2EB678 color RGB value is (46,182,120).

  • red value is 46;
  • green value is 182;
  • blue value is 120.
RGB:
(46,182,120)
(18%,71%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 182 of 255 = 71%
B 120 of 255 = 47%

46
182
120

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

Portions of RGB colors in percentages

R + G + B =
46 + 182 + 120 = 348 (100%)
R 46 of 348 ~ 13.22%
G 182 of 348 ~ 52.3%
B 120 of 348 ~ 34.48%

%13.22
%52.3
%34.48

CMYK color model

#2EB678 color CMYK value is (75,0,34,29).

  • cyan value is 74.73%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(75,0,34,29)
C75M0Y34K29 
(75%,0%,34%,29%)
(0.75/0.00/0.34/0.29)	

CMYK percentages

%74.73
%0
%34.07
%28.63

Codes

Color #2EB678 in popluar color models

2EB678
RGB46182120
HSL153°59.65%44.71%
HSB/HSV153°74.73%71.37%
CMYK74.73%0.00%34.07%
28.63%

Color #2EB678 in popluar number systems.

HEX2EB678
Decimal46182120
Binary101110101101101111000
Octal56266170

Shades and tints

Shades of #2EB678

#2EB678
(46,182,120)
#2AA66E
(42,166,110)
#269664
(38,150,100)
#22865A
(34,134,90)
#1E7650
(30,118,80)
#1A6646
(26,102,70)
#16563C
(22,86,60)
#124632
(18,70,50)
#0E3628
(14,54,40)
#0A261E
(10,38,30)
#061614
(6,22,20)
#000000
(0,0,0)

Tints of #2EB678

#2EB678
(46,182,120)
#41BC84
(65,188,132)
#54C290
(84,194,144)
#67C89C
(103,200,156)
#7ACEA8
(122,206,168)
#8DD4B4
(141,212,180)
#A0DAC0
(160,218,192)
#B3E0CC
(179,224,204)
#C6E6D8
(198,230,216)
#D9ECE4
(217,236,228)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EB678 color. Also use rgb(46,182,120) instead hex code.

Text Font Color

.myTextColor { color: #2EB678; }

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

This text font color is #2EB678.


Background Color

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

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

This div background color is #2EB678.


Border color

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

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

This div border color is #2EB678.


Opacity

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

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

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

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

This text has shadow with #2EB678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EB678 on black background.


Color preview on white background

This text has color #2EB678 on white background.



Black color preview on #2EB678 background

This text has black color on #2EB678 background.


White color preview on #2EB678 background

This text has white color on #2EB678 background.