COLOR #2EE492

HEX: #2EE492
RGB: (46,228,146)

Color info

#2EE492 contains mainly green color. Web safe color of #2EE492 is #33CC99 (or #3C9).

RGB color model

#2EE492 color RGB value is (46,228,146).

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

RGB channels and saturation

R 46 of 255 = 18%
G 228 of 255 = 89%
B 146 of 255 = 57%

46
228
146

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

Portions of RGB colors in percentages

R + G + B =
46 + 228 + 146 = 420 (100%)
R 46 of 420 ~ 10.95%
G 228 of 420 ~ 54.29%
B 146 of 420 ~ 34.76%

%10.95
%54.29
%34.76

CMYK color model

#2EE492 color CMYK value is (80,0,36,11).

  • cyan value is 79.82%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 10.59%
CMYK:
(80,0,36,11)
C80M0Y36K11 
(80%,0%,36%,11%)
(0.80/0.00/0.36/0.11)	

CMYK percentages

%79.82
%0
%35.96
%10.59

Codes

Color #2EE492 in popluar color models

2EE492
RGB46228146
HSL153°77.12%53.73%
HSB/HSV153°79.82%89.41%
CMYK79.82%0.00%35.96%
10.59%

Color #2EE492 in popluar number systems.

HEX2EE492
Decimal46228146
Binary1011101110010010010010
Octal56344222

Shades and tints

Shades of #2EE492

#2EE492
(46,228,146)
#2AD085
(42,208,133)
#26BC78
(38,188,120)
#22A86B
(34,168,107)
#1E945E
(30,148,94)
#1A8051
(26,128,81)
#166C44
(22,108,68)
#125837
(18,88,55)
#0E442A
(14,68,42)
#0A301D
(10,48,29)
#061C10
(6,28,16)
#000000
(0,0,0)

Tints of #2EE492

#2EE492
(46,228,146)
#41E69B
(65,230,155)
#54E8A4
(84,232,164)
#67EAAD
(103,234,173)
#7AECB6
(122,236,182)
#8DEEBF
(141,238,191)
#A0F0C8
(160,240,200)
#B3F2D1
(179,242,209)
#C6F4DA
(198,244,218)
#D9F6E3
(217,246,227)
#ECF8EC
(236,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EE492; }

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

This text font color is #2EE492.


Background Color

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

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

This div background color is #2EE492.


Border color

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

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

This div border color is #2EE492.


Opacity

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

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

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

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

This text has shadow with #2EE492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EE492 on black background.


Color preview on white background

This text has color #2EE492 on white background.



Black color preview on #2EE492 background

This text has black color on #2EE492 background.


White color preview on #2EE492 background

This text has white color on #2EE492 background.