COLOR #2EFEA5

HEX: #2EFEA5
RGB: (46,254,165)

Color info

#2EFEA5 contains mainly green color. Web safe color of #2EFEA5 is #33FF99 (or #3F9).

RGB color model

#2EFEA5 color RGB value is (46,254,165).

  • red value is 46;
  • green value is 254;
  • blue value is 165.
RGB:
(46,254,165)
(18%,100%,65%)

RGB channels and saturation

R 46 of 255 = 18%
G 254 of 255 = 100%
B 165 of 255 = 65%

46
254
165

R + G + B ~ 61%. #2EFEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 254 + 165 = 465 (100%)
R 46 of 465 ~ 9.89%
G 254 of 465 ~ 54.62%
B 165 of 465 ~ 35.48%

%9.89
%54.62
%35.48

CMYK color model

#2EFEA5 color CMYK value is (82,0,35,0).

  • cyan value is 81.89%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 0.39%
CMYK:
(82,0,35,0)
C82M0Y35K0 
(82%,0%,35%,0%)
(0.82/0.00/0.35/0.00)	

CMYK percentages

%81.89
%0
%35.04
%0.39

Codes

Color #2EFEA5 in popluar color models

2EFEA5
RGB46254165
HSL154°99.05%58.82%
HSB/HSV154°81.89%99.61%
CMYK81.89%0.00%35.04%
0.39%

Color #2EFEA5 in popluar number systems.

HEX2EFEA5
Decimal46254165
Binary1011101111111010100101
Octal56376245

Shades and tints

Shades of #2EFEA5

#2EFEA5
(46,254,165)
#2AE796
(42,231,150)
#26D087
(38,208,135)
#22B978
(34,185,120)
#1EA269
(30,162,105)
#1A8B5A
(26,139,90)
#16744B
(22,116,75)
#125D3C
(18,93,60)
#0E462D
(14,70,45)
#0A2F1E
(10,47,30)
#06180F
(6,24,15)
#000000
(0,0,0)

Tints of #2EFEA5

#2EFEA5
(46,254,165)
#41FEAD
(65,254,173)
#54FEB5
(84,254,181)
#67FEBD
(103,254,189)
#7AFEC5
(122,254,197)
#8DFECD
(141,254,205)
#A0FED5
(160,254,213)
#B3FEDD
(179,254,221)
#C6FEE5
(198,254,229)
#D9FEED
(217,254,237)
#ECFEF5
(236,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EFEA5 color. Also use rgb(46,254,165) instead hex code.

Text Font Color

.myTextColor { color: #2EFEA5; }

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

This text font color is #2EFEA5.


Background Color

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

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

This div background color is #2EFEA5.


Border color

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

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

This div border color is #2EFEA5.


Opacity

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

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

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

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

This text has shadow with #2EFEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EFEA5 on black background.


Color preview on white background

This text has color #2EFEA5 on white background.



Black color preview on #2EFEA5 background

This text has black color on #2EFEA5 background.


White color preview on #2EFEA5 background

This text has white color on #2EFEA5 background.