COLOR #2EF402

HEX: #2EF402
RGB: (46,244,2)

Color info

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

RGB color model

#2EF402 color RGB value is (46,244,2).

  • red value is 46;
  • green value is 244;
  • blue value is 2.
RGB:
(46,244,2)
(18%,96%,1%)

RGB channels and saturation

R 46 of 255 = 18%
G 244 of 255 = 96%
B 2 of 255 = 1%

46
244
2

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

Portions of RGB colors in percentages

R + G + B =
46 + 244 + 2 = 292 (100%)
R 46 of 292 ~ 15.75%
G 244 of 292 ~ 83.56%
B 2 of 292 ~ 0.68%

%15.75
%83.56

CMYK color model

#2EF402 color CMYK value is (81,0,99,4).

  • cyan value is 81.15%
  • magenta value is 0.00%
  • yellow value is 99.18%
  • key color value is 4.31%
CMYK:
(81,0,99,4)
C81M0Y99K4 
(81%,0%,99%,4%)
(0.81/0.00/0.99/0.04)	

CMYK percentages

%81.15
%0
%99.18
%4.31

Codes

Color #2EF402 in popluar color models

2EF402
RGB462442
HSL109°98.37%48.24%
HSB/HSV109°99.18%95.69%
CMYK81.15%0.00%99.18%
4.31%

Color #2EF402 in popluar number systems.

HEX2EF402
Decimal462442
Binary1011101111010010
Octal563642

Shades and tints

Shades of #2EF402

#2EF402
(46,244,2)
#2ADE02
(42,222,2)
#26C802
(38,200,2)
#22B202
(34,178,2)
#1E9C02
(30,156,2)
#1A8602
(26,134,2)
#167002
(22,112,2)
#125A02
(18,90,2)
#0E4402
(14,68,2)
#0A2E02
(10,46,2)
#061802
(6,24,2)
#000000
(0,0,0)

Tints of #2EF402

#2EF402
(46,244,2)
#41F519
(65,245,25)
#54F630
(84,246,48)
#67F747
(103,247,71)
#7AF85E
(122,248,94)
#8DF975
(141,249,117)
#A0FA8C
(160,250,140)
#B3FBA3
(179,251,163)
#C6FCBA
(198,252,186)
#D9FDD1
(217,253,209)
#ECFEE8
(236,254,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EF402; }

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

This text font color is #2EF402.


Background Color

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

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

This div background color is #2EF402.


Border color

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

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

This div border color is #2EF402.


Opacity

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

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

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

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

This text has shadow with #2EF402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EF402 on black background.


Color preview on white background

This text has color #2EF402 on white background.



Black color preview on #2EF402 background

This text has black color on #2EF402 background.


White color preview on #2EF402 background

This text has white color on #2EF402 background.