COLOR #2EFA92

HEX: #2EFA92
RGB: (46,250,146)

Color info

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

RGB color model

#2EFA92 color RGB value is (46,250,146).

  • red value is 46;
  • green value is 250;
  • blue value is 146.
RGB:
(46,250,146)
(18%,98%,57%)

RGB channels and saturation

R 46 of 255 = 18%
G 250 of 255 = 98%
B 146 of 255 = 57%

46
250
146

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

Portions of RGB colors in percentages

R + G + B =
46 + 250 + 146 = 442 (100%)
R 46 of 442 ~ 10.41%
G 250 of 442 ~ 56.56%
B 146 of 442 ~ 33.03%

%10.41
%56.56
%33.03

CMYK color model

#2EFA92 color CMYK value is (82,0,42,2).

  • cyan value is 81.60%
  • magenta value is 0.00%
  • yellow value is 41.60%
  • key color value is 1.96%
CMYK:
(82,0,42,2)
C82M0Y42K2 
(82%,0%,42%,2%)
(0.82/0.00/0.42/0.02)	

CMYK percentages

%81.6
%0
%41.6
%1.96

Codes

Color #2EFA92 in popluar color models

2EFA92
RGB46250146
HSL149°95.33%58.04%
HSB/HSV149°81.60%98.04%
CMYK81.60%0.00%41.60%
1.96%

Color #2EFA92 in popluar number systems.

HEX2EFA92
Decimal46250146
Binary1011101111101010010010
Octal56372222

Shades and tints

Shades of #2EFA92

#2EFA92
(46,250,146)
#2AE485
(42,228,133)
#26CE78
(38,206,120)
#22B86B
(34,184,107)
#1EA25E
(30,162,94)
#1A8C51
(26,140,81)
#167644
(22,118,68)
#126037
(18,96,55)
#0E4A2A
(14,74,42)
#0A341D
(10,52,29)
#061E10
(6,30,16)
#000000
(0,0,0)

Tints of #2EFA92

#2EFA92
(46,250,146)
#41FA9B
(65,250,155)
#54FAA4
(84,250,164)
#67FAAD
(103,250,173)
#7AFAB6
(122,250,182)
#8DFABF
(141,250,191)
#A0FAC8
(160,250,200)
#B3FAD1
(179,250,209)
#C6FADA
(198,250,218)
#D9FAE3
(217,250,227)
#ECFAEC
(236,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EFA92 color. Also use rgb(46,250,146) instead hex code.

Text Font Color

.myTextColor { color: #2EFA92; }

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

This text font color is #2EFA92.


Background Color

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

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

This div background color is #2EFA92.


Border color

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

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

This div border color is #2EFA92.


Opacity

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

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

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

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

This text has shadow with #2EFA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EFA92 on black background.


Color preview on white background

This text has color #2EFA92 on white background.



Black color preview on #2EFA92 background

This text has black color on #2EFA92 background.


White color preview on #2EFA92 background

This text has white color on #2EFA92 background.