COLOR #2EF101

HEX: #2EF101
RGB: (46,241,1)

Color info

#2EF101 contains mainly green color. Web safe color of #2EF101 is #33FF00 (or #3F0).

RGB color model

#2EF101 color RGB value is (46,241,1).

  • red value is 46;
  • green value is 241;
  • blue value is 1.
RGB:
(46,241,1)
(18%,95%,0%)

RGB channels and saturation

R 46 of 255 = 18%
G 241 of 255 = 95%
B 1 of 255 = 0%

46
241
1

R + G + B ~ 38%. #2EF101 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 241 + 1 = 288 (100%)
R 46 of 288 ~ 15.97%
G 241 of 288 ~ 83.68%
B 1 of 288 ~ 0.35%

%15.97
%83.68

CMYK color model

#2EF101 color CMYK value is (81,0,100,5).

  • cyan value is 80.91%
  • magenta value is 0.00%
  • yellow value is 99.59%
  • key color value is 5.49%
CMYK:
(81,0,100,5)
C81M0Y100K5 
(81%,0%,100%,5%)
(0.81/0.00/1.00/0.05)	

CMYK percentages

%80.91
%0
%99.59
%5.49

Codes

Color #2EF101 in popluar color models

2EF101
RGB462411
HSL109°99.17%47.45%
HSB/HSV109°99.59%94.51%
CMYK80.91%0.00%99.59%
5.49%

Color #2EF101 in popluar number systems.

HEX2EF101
Decimal462411
Binary101110111100011
Octal563611

Shades and tints

Shades of #2EF101

#2EF101
(46,241,1)
#2ADC01
(42,220,1)
#26C701
(38,199,1)
#22B201
(34,178,1)
#1E9D01
(30,157,1)
#1A8801
(26,136,1)
#167301
(22,115,1)
#125E01
(18,94,1)
#0E4901
(14,73,1)
#0A3401
(10,52,1)
#061F01
(6,31,1)
#000000
(0,0,0)

Tints of #2EF101

#2EF101
(46,241,1)
#41F218
(65,242,24)
#54F32F
(84,243,47)
#67F446
(103,244,70)
#7AF55D
(122,245,93)
#8DF674
(141,246,116)
#A0F78B
(160,247,139)
#B3F8A2
(179,248,162)
#C6F9B9
(198,249,185)
#D9FAD0
(217,250,208)
#ECFBE7
(236,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EF101 color. Also use rgb(46,241,1) instead hex code.

Text Font Color

.myTextColor { color: #2EF101; }

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

This text font color is #2EF101.


Background Color

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

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

This div background color is #2EF101.


Border color

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

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

This div border color is #2EF101.


Opacity

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

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

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

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

This text has shadow with #2EF101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EF101 on black background.


Color preview on white background

This text has color #2EF101 on white background.



Black color preview on #2EF101 background

This text has black color on #2EF101 background.


White color preview on #2EF101 background

This text has white color on #2EF101 background.