COLOR #3EDE94

HEX: #3EDE94
RGB: (62,222,148)

Color info

#3EDE94 contains mainly green color. Web safe color of #3EDE94 is #33CC99 (or #3C9).

RGB color model

#3EDE94 color RGB value is (62,222,148).

  • red value is 62;
  • green value is 222;
  • blue value is 148.
RGB:
(62,222,148)
(24%,87%,58%)

RGB channels and saturation

R 62 of 255 = 24%
G 222 of 255 = 87%
B 148 of 255 = 58%

62
222
148

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

Portions of RGB colors in percentages

R + G + B =
62 + 222 + 148 = 432 (100%)
R 62 of 432 ~ 14.35%
G 222 of 432 ~ 51.39%
B 148 of 432 ~ 34.26%

%14.35
%51.39
%34.26

CMYK color model

#3EDE94 color CMYK value is (72,0,33,13).

  • cyan value is 72.07%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 12.94%
CMYK:
(72,0,33,13)
C72M0Y33K13 
(72%,0%,33%,13%)
(0.72/0.00/0.33/0.13)	

CMYK percentages

%72.07
%0
%33.33
%12.94

Codes

Color #3EDE94 in popluar color models

3EDE94
RGB62222148
HSL152°70.80%55.69%
HSB/HSV152°72.07%87.06%
CMYK72.07%0.00%33.33%
12.94%

Color #3EDE94 in popluar number systems.

HEX3EDE94
Decimal62222148
Binary1111101101111010010100
Octal76336224

Shades and tints

Shades of #3EDE94

#3EDE94
(62,222,148)
#39CA87
(57,202,135)
#34B67A
(52,182,122)
#2FA26D
(47,162,109)
#2A8E60
(42,142,96)
#257A53
(37,122,83)
#206646
(32,102,70)
#1B5239
(27,82,57)
#163E2C
(22,62,44)
#112A1F
(17,42,31)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #3EDE94

#3EDE94
(62,222,148)
#4FE19D
(79,225,157)
#60E4A6
(96,228,166)
#71E7AF
(113,231,175)
#82EAB8
(130,234,184)
#93EDC1
(147,237,193)
#A4F0CA
(164,240,202)
#B5F3D3
(181,243,211)
#C6F6DC
(198,246,220)
#D7F9E5
(215,249,229)
#E8FCEE
(232,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EDE94 color. Also use rgb(62,222,148) instead hex code.

Text Font Color

.myTextColor { color: #3EDE94; }

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

This text font color is #3EDE94.


Background Color

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

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

This div background color is #3EDE94.


Border color

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

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

This div border color is #3EDE94.


Opacity

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

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

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

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

This text has shadow with #3EDE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EDE94 on black background.


Color preview on white background

This text has color #3EDE94 on white background.



Black color preview on #3EDE94 background

This text has black color on #3EDE94 background.


White color preview on #3EDE94 background

This text has white color on #3EDE94 background.