COLOR #3EA016

HEX: #3EA016
RGB: (62,160,22)

Color info

#3EA016 contains mainly green color. Web safe color of #3EA016 is #339900 (or #390).

RGB color model

#3EA016 color RGB value is (62,160,22).

  • red value is 62;
  • green value is 160;
  • blue value is 22.
RGB:
(62,160,22)
(24%,63%,9%)

RGB channels and saturation

R 62 of 255 = 24%
G 160 of 255 = 63%
B 22 of 255 = 9%

62
160
22

R + G + B ~ 32%. #3EA016 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 160 + 22 = 244 (100%)
R 62 of 244 ~ 25.41%
G 160 of 244 ~ 65.57%
B 22 of 244 ~ 9.02%

%25.41
%65.57

CMYK color model

#3EA016 color CMYK value is (61,0,86,37).

  • cyan value is 61.25%
  • magenta value is 0.00%
  • yellow value is 86.25%
  • key color value is 37.25%
CMYK:
(61,0,86,37)
C61M0Y86K37 
(61%,0%,86%,37%)
(0.61/0.00/0.86/0.37)	

CMYK percentages

%61.25
%0
%86.25
%37.25

Codes

Color #3EA016 in popluar color models

3EA016
RGB6216022
HSL103°75.82%35.69%
HSB/HSV103°86.25%62.75%
CMYK61.25%0.00%86.25%
37.25%

Color #3EA016 in popluar number systems.

HEX3EA016
Decimal6216022
Binary1111101010000010110
Octal7624026

Shades and tints

Shades of #3EA016

#3EA016
(62,160,22)
#399214
(57,146,20)
#348412
(52,132,18)
#2F7610
(47,118,16)
#2A680E
(42,104,14)
#255A0C
(37,90,12)
#204C0A
(32,76,10)
#1B3E08
(27,62,8)
#163006
(22,48,6)
#112204
(17,34,4)
#0C1402
(12,20,2)
#000000
(0,0,0)

Tints of #3EA016

#3EA016
(62,160,22)
#4FA82B
(79,168,43)
#60B040
(96,176,64)
#71B855
(113,184,85)
#82C06A
(130,192,106)
#93C87F
(147,200,127)
#A4D094
(164,208,148)
#B5D8A9
(181,216,169)
#C6E0BE
(198,224,190)
#D7E8D3
(215,232,211)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EA016 color. Also use rgb(62,160,22) instead hex code.

Text Font Color

.myTextColor { color: #3EA016; }

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

This text font color is #3EA016.


Background Color

.myBgColor { background-color: #3EA016; }

<div style="background-color:#3EA016">Inner text</div>

This div background color is #3EA016.


Border color

.myBorderColor { border: 1px solid #3EA016; }

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

This div border color is #3EA016.


Opacity

.myOpacity80 { color: #3EA016; opacity: 0.8; }

<p style="color:#3EA016;opacity:0.8;">80%</p>

Text with #3EA016 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 #3EA016;}

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

This text has shadow with #3EA016 color.

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

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

This text has shadow with #3EA016 primary color and red secondary color.


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

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

This text has shadow with #3EA016 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EA016 on black background.


Color preview on white background

This text has color #3EA016 on white background.



Black color preview on #3EA016 background

This text has black color on #3EA016 background.


White color preview on #3EA016 background

This text has white color on #3EA016 background.