COLOR #3ED346

HEX: #3ED346
RGB: (62,211,70)

Color info

#3ED346 contains mainly green color. Web safe color of #3ED346 is #33CC33 (or #3C3).

RGB color model

#3ED346 color RGB value is (62,211,70).

  • red value is 62;
  • green value is 211;
  • blue value is 70.
RGB:
(62,211,70)
(24%,83%,27%)

RGB channels and saturation

R 62 of 255 = 24%
G 211 of 255 = 83%
B 70 of 255 = 27%

62
211
70

R + G + B ~ 45%. #3ED346 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 211 + 70 = 343 (100%)
R 62 of 343 ~ 18.08%
G 211 of 343 ~ 61.52%
B 70 of 343 ~ 20.41%

%18.08
%61.52
%20.41

CMYK color model

#3ED346 color CMYK value is (71,0,67,17).

  • cyan value is 70.62%
  • magenta value is 0.00%
  • yellow value is 66.82%
  • key color value is 17.25%
CMYK:
(71,0,67,17)
C71M0Y67K17 
(71%,0%,67%,17%)
(0.71/0.00/0.67/0.17)	

CMYK percentages

%70.62
%0
%66.82
%17.25

Codes

Color #3ED346 in popluar color models

3ED346
RGB6221170
HSL123°62.87%53.53%
HSB/HSV123°70.62%82.75%
CMYK70.62%0.00%66.82%
17.25%

Color #3ED346 in popluar number systems.

HEX3ED346
Decimal6221170
Binary111110110100111000110
Octal76323106

Shades and tints

Shades of #3ED346

#3ED346
(62,211,70)
#39C040
(57,192,64)
#34AD3A
(52,173,58)
#2F9A34
(47,154,52)
#2A872E
(42,135,46)
#257428
(37,116,40)
#206122
(32,97,34)
#1B4E1C
(27,78,28)
#163B16
(22,59,22)
#112810
(17,40,16)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #3ED346

#3ED346
(62,211,70)
#4FD756
(79,215,86)
#60DB66
(96,219,102)
#71DF76
(113,223,118)
#82E386
(130,227,134)
#93E796
(147,231,150)
#A4EBA6
(164,235,166)
#B5EFB6
(181,239,182)
#C6F3C6
(198,243,198)
#D7F7D6
(215,247,214)
#E8FBE6
(232,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3ED346 color. Also use rgb(62,211,70) instead hex code.

Text Font Color

.myTextColor { color: #3ED346; }

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

This text font color is #3ED346.


Background Color

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

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

This div background color is #3ED346.


Border color

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

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

This div border color is #3ED346.


Opacity

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

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

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

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

This text has shadow with #3ED346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3ED346 on black background.


Color preview on white background

This text has color #3ED346 on white background.



Black color preview on #3ED346 background

This text has black color on #3ED346 background.


White color preview on #3ED346 background

This text has white color on #3ED346 background.