COLOR #2E9F40

HEX: #2E9F40
RGB: (46,159,64)

Color info

#2E9F40 contains mainly green color. Web safe color of #2E9F40 is #339933 (or #393).

RGB color model

#2E9F40 color RGB value is (46,159,64).

  • red value is 46;
  • green value is 159;
  • blue value is 64.
RGB:
(46,159,64)
(18%,62%,25%)

RGB channels and saturation

R 46 of 255 = 18%
G 159 of 255 = 62%
B 64 of 255 = 25%

46
159
64

R + G + B ~ 35%. #2E9F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 159 + 64 = 269 (100%)
R 46 of 269 ~ 17.1%
G 159 of 269 ~ 59.11%
B 64 of 269 ~ 23.79%

%17.1
%59.11
%23.79

CMYK color model

#2E9F40 color CMYK value is (71,0,60,38).

  • cyan value is 71.07%
  • magenta value is 0.00%
  • yellow value is 59.75%
  • key color value is 37.65%
CMYK:
(71,0,60,38)
C71M0Y60K38 
(71%,0%,60%,38%)
(0.71/0.00/0.60/0.38)	

CMYK percentages

%71.07
%0
%59.75
%37.65

Codes

Color #2E9F40 in popluar color models

2E9F40
RGB4615964
HSL130°55.12%40.20%
HSB/HSV130°71.07%62.35%
CMYK71.07%0.00%59.75%
37.65%

Color #2E9F40 in popluar number systems.

HEX2E9F40
Decimal4615964
Binary101110100111111000000
Octal56237100

Shades and tints

Shades of #2E9F40

#2E9F40
(46,159,64)
#2A913B
(42,145,59)
#268336
(38,131,54)
#227531
(34,117,49)
#1E672C
(30,103,44)
#1A5927
(26,89,39)
#164B22
(22,75,34)
#123D1D
(18,61,29)
#0E2F18
(14,47,24)
#0A2113
(10,33,19)
#06130E
(6,19,14)
#000000
(0,0,0)

Tints of #2E9F40

#2E9F40
(46,159,64)
#41A751
(65,167,81)
#54AF62
(84,175,98)
#67B773
(103,183,115)
#7ABF84
(122,191,132)
#8DC795
(141,199,149)
#A0CFA6
(160,207,166)
#B3D7B7
(179,215,183)
#C6DFC8
(198,223,200)
#D9E7D9
(217,231,217)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E9F40; }

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

This text font color is #2E9F40.


Background Color

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

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

This div background color is #2E9F40.


Border color

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

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

This div border color is #2E9F40.


Opacity

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

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

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

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

This text has shadow with #2E9F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9F40 on black background.


Color preview on white background

This text has color #2E9F40 on white background.



Black color preview on #2E9F40 background

This text has black color on #2E9F40 background.


White color preview on #2E9F40 background

This text has white color on #2E9F40 background.