COLOR #2EFF57

HEX: #2EFF57
RGB: (46,255,87)

Color info

#2EFF57 contains mainly green color. Web safe color of #2EFF57 is #33FF66 (or #3F6).

RGB color model

#2EFF57 color RGB value is (46,255,87).

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

RGB channels and saturation

R 46 of 255 = 18%
G 255 of 255 = 100%
B 87 of 255 = 34%

46
255
87

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

Portions of RGB colors in percentages

R + G + B =
46 + 255 + 87 = 388 (100%)
R 46 of 388 ~ 11.86%
G 255 of 388 ~ 65.72%
B 87 of 388 ~ 22.42%

%11.86
%65.72
%22.42

CMYK color model

#2EFF57 color CMYK value is (82,0,66,0).

  • cyan value is 81.96%
  • magenta value is 0.00%
  • yellow value is 65.88%
  • key color value is 0.00%
CMYK:
(82,0,66,0)
C82M0Y66K0 
(82%,0%,66%,0%)
(0.82/0.00/0.66/0.00)	

CMYK percentages

%81.96
%0
%65.88
%0

Codes

Color #2EFF57 in popluar color models

2EFF57
RGB4625587
HSL132°100.00%59.02%
HSB/HSV132°81.96%100.00%
CMYK81.96%0.00%65.88%
0.00%

Color #2EFF57 in popluar number systems.

HEX2EFF57
Decimal4625587
Binary101110111111111010111
Octal56377127

Shades and tints

Shades of #2EFF57

#2EFF57
(46,255,87)
#2AE850
(42,232,80)
#26D149
(38,209,73)
#22BA42
(34,186,66)
#1EA33B
(30,163,59)
#1A8C34
(26,140,52)
#16752D
(22,117,45)
#125E26
(18,94,38)
#0E471F
(14,71,31)
#0A3018
(10,48,24)
#061911
(6,25,17)
#000000
(0,0,0)

Tints of #2EFF57

#2EFF57
(46,255,87)
#41FF66
(65,255,102)
#54FF75
(84,255,117)
#67FF84
(103,255,132)
#7AFF93
(122,255,147)
#8DFFA2
(141,255,162)
#A0FFB1
(160,255,177)
#B3FFC0
(179,255,192)
#C6FFCF
(198,255,207)
#D9FFDE
(217,255,222)
#ECFFED
(236,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EFF57; }

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

This text font color is #2EFF57.


Background Color

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

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

This div background color is #2EFF57.


Border color

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

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

This div border color is #2EFF57.


Opacity

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

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

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

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

This text has shadow with #2EFF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EFF57 on black background.


Color preview on white background

This text has color #2EFF57 on white background.



Black color preview on #2EFF57 background

This text has black color on #2EFF57 background.


White color preview on #2EFF57 background

This text has white color on #2EFF57 background.