COLOR #3EE68C

HEX: #3EE68C RGB: (62,230,140)

Color info

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

RGB color model

#3EE68C color RGB value is (62,230,140).

RGB: (62,230,140) (24%, 90%, 55%)

RGB channels and saturation

R 62 of 255 = 24%
G 230 of 255 = 90%
B 140 of 255 = 55%

62
230
140

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

Portions of RGB colors in percentages

R + G + B = 62 + 230 + 140 = 432 (100%)
R 62 of 432 ~ 14.35%
G 230 of 432 ~ 53.24%
B 140 of 432 ~ 32.41'%

%14.35
%53.24
%32.41

CMYK color model

#3EE68C color CMYK value is (73,0,39,10).

  • cyan value is 73.04%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 9.80%

CMYK: (73,0,39,10)
C73M0Y39K10 (73%, 0%, 39%, 10%)
(0.73 / 0.00 / 0.39 / 0.10)

CMYK percentages

%73.04
%0
%39.13
%9.8

Codes

Color #3EE68C in popluar color models

3E E6 8C
RGB 62 230 140
HSL 148° 77.06% 57.25%
HSB/HSV 148° 73.04% 90.20%
CMYK 73.04% 0.00% 39.13%
9.80%

Color #3EE68C in popluar number systems.

HEX 3E E6 8C
Decimal 62 230 140
Binary 111110 11100110 10001100
Octal 76 346 214

Shades and tints

Shades of #3EE68C

#3EE68C
(62,230,140)
#39D280
(57,210,128)
#34BE74
(52,190,116)
#2FAA68
(47,170,104)
#2A965C
(42,150,92)
#258250
(37,130,80)
#206E44
(32,110,68)
#1B5A38
(27,90,56)
#16462C
(22,70,44)
#113220
(17,50,32)
#0C1E14
(12,30,20)
#000000
(0,0,0)

Tints of #3EE68C

#3EE68C
(62,230,140)
#4FE896
(79,232,150)
#60EAA0
(96,234,160)
#71ECAA
(113,236,170)
#82EEB4
(130,238,180)
#93F0BE
(147,240,190)
#A4F2C8
(164,242,200)
#B5F4D2
(181,244,210)
#C6F6DC
(198,246,220)
#D7F8E6
(215,248,230)
#E8FAF0
(232,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EE68C color. Also use rgb(62,230,140) instead hex code.

Text Font Color

.myTextColor { color: #3EE68C; }

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

This text font color is #3EE68C.

Background Color

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

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

This div background color is #3EE68C.

Border color

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

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

This div border color is #3EE68C.

Opacity

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

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

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

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

This text has shadow with #3EE68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3EE68C.

Preview

Color preview on black background

This text has color #3EE68C on black background.


Color preview on white background

This text has color #3EE68C on white background.


Black color preview on #3EE68C background

This text has black color on #3EE68C background.


White color preview on #3EE68C background

This text has white color on #3EE68C background.


Related colors

Complementary color

Complementary color for #hex is #C11973.


I love getcolorcode.com

Triadic colors

1 #8C3EE6 and #E68C3E with #3EE68C are triadic colors.

2 #8CE63E and #E63E8C with #3EE68C are triadic colors.