COLOR #2EFF95

HEX: #2EFF95
RGB: (46,255,149)

Color info

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

RGB color model

#2EFF95 color RGB value is (46,255,149).

  • red value is 46;
  • green value is 255;
  • blue value is 149.
RGB:
(46,255,149)
(18%,100%,58%)

RGB channels and saturation

R 46 of 255 = 18%
G 255 of 255 = 100%
B 149 of 255 = 58%

46
255
149

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

Portions of RGB colors in percentages

R + G + B =
46 + 255 + 149 = 450 (100%)
R 46 of 450 ~ 10.22%
G 255 of 450 ~ 56.67%
B 149 of 450 ~ 33.11%

%10.22
%56.67
%33.11

CMYK color model

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

  • cyan value is 81.96%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • key color value is 0.00%
CMYK:
(82,0,42,0)
C82M0Y42K0 
(82%,0%,42%,0%)
(0.82/0.00/0.42/0.00)	

CMYK percentages

%81.96
%0
%41.57
%0

Codes

Color #2EFF95 in popluar color models

2EFF95
RGB46255149
HSL150°100.00%59.02%
HSB/HSV150°81.96%100.00%
CMYK81.96%0.00%41.57%
0.00%

Color #2EFF95 in popluar number systems.

HEX2EFF95
Decimal46255149
Binary1011101111111110010101
Octal56377225

Shades and tints

Shades of #2EFF95

#2EFF95
(46,255,149)
#2AE888
(42,232,136)
#26D17B
(38,209,123)
#22BA6E
(34,186,110)
#1EA361
(30,163,97)
#1A8C54
(26,140,84)
#167547
(22,117,71)
#125E3A
(18,94,58)
#0E472D
(14,71,45)
#0A3020
(10,48,32)
#061913
(6,25,19)
#000000
(0,0,0)

Tints of #2EFF95

#2EFF95
(46,255,149)
#41FF9E
(65,255,158)
#54FFA7
(84,255,167)
#67FFB0
(103,255,176)
#7AFFB9
(122,255,185)
#8DFFC2
(141,255,194)
#A0FFCB
(160,255,203)
#B3FFD4
(179,255,212)
#C6FFDD
(198,255,221)
#D9FFE6
(217,255,230)
#ECFFEF
(236,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EFF95 color. Also use rgb(46,255,149) instead hex code.

Text Font Color

.myTextColor { color: #2EFF95; }

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

This text font color is #2EFF95.


Background Color

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

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

This div background color is #2EFF95.


Border color

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

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

This div border color is #2EFF95.


Opacity

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

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

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

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

This text has shadow with #2EFF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EFF95 on black background.


Color preview on white background

This text has color #2EFF95 on white background.



Black color preview on #2EFF95 background

This text has black color on #2EFF95 background.


White color preview on #2EFF95 background

This text has white color on #2EFF95 background.