COLOR #2EAF01

HEX: #2EAF01
RGB: (46,175,1)

Color info

#2EAF01 contains mainly green color. Web safe color of #2EAF01 is #339900 (or #390).

RGB color model

#2EAF01 color RGB value is (46,175,1).

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

RGB channels and saturation

R 46 of 255 = 18%
G 175 of 255 = 69%
B 1 of 255 = 0%

46
175
1

R + G + B ~ 29%. #2EAF01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 175 + 1 = 222 (100%)
R 46 of 222 ~ 20.72%
G 175 of 222 ~ 78.83%
B 1 of 222 ~ 0.45%

%20.72
%78.83

CMYK color model

#2EAF01 color CMYK value is (74,0,99,31).

  • cyan value is 73.71%
  • magenta value is 0.00%
  • yellow value is 99.43%
  • key color value is 31.37%
CMYK:
(74,0,99,31)
C74M0Y99K31 
(74%,0%,99%,31%)
(0.74/0.00/0.99/0.31)	

CMYK percentages

%73.71
%0
%99.43
%31.37

Codes

Color #2EAF01 in popluar color models

2EAF01
RGB461751
HSL104°98.86%34.51%
HSB/HSV104°99.43%68.63%
CMYK73.71%0.00%99.43%
31.37%

Color #2EAF01 in popluar number systems.

HEX2EAF01
Decimal461751
Binary101110101011111
Octal562571

Shades and tints

Shades of #2EAF01

#2EAF01
(46,175,1)
#2AA001
(42,160,1)
#269101
(38,145,1)
#228201
(34,130,1)
#1E7301
(30,115,1)
#1A6401
(26,100,1)
#165501
(22,85,1)
#124601
(18,70,1)
#0E3701
(14,55,1)
#0A2801
(10,40,1)
#061901
(6,25,1)
#000000
(0,0,0)

Tints of #2EAF01

#2EAF01
(46,175,1)
#41B618
(65,182,24)
#54BD2F
(84,189,47)
#67C446
(103,196,70)
#7ACB5D
(122,203,93)
#8DD274
(141,210,116)
#A0D98B
(160,217,139)
#B3E0A2
(179,224,162)
#C6E7B9
(198,231,185)
#D9EED0
(217,238,208)
#ECF5E7
(236,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EAF01; }

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

This text font color is #2EAF01.


Background Color

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

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

This div background color is #2EAF01.


Border color

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

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

This div border color is #2EAF01.


Opacity

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

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

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

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

This text has shadow with #2EAF01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAF01 on black background.


Color preview on white background

This text has color #2EAF01 on white background.



Black color preview on #2EAF01 background

This text has black color on #2EAF01 background.


White color preview on #2EAF01 background

This text has white color on #2EAF01 background.