COLOR #3CE486

HEX: #3CE486
RGB: (60,228,134)

Color info

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

RGB color model

#3CE486 color RGB value is (60,228,134).

  • red value is 60;
  • green value is 228;
  • blue value is 134.
RGB:
(60,228,134)
(24%,89%,53%)

RGB channels and saturation

R 60 of 255 = 24%
G 228 of 255 = 89%
B 134 of 255 = 53%

60
228
134

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

Portions of RGB colors in percentages

R + G + B =
60 + 228 + 134 = 422 (100%)
R 60 of 422 ~ 14.22%
G 228 of 422 ~ 54.03%
B 134 of 422 ~ 31.75%

%14.22
%54.03
%31.75

CMYK color model

#3CE486 color CMYK value is (74,0,41,11).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 41.23%
  • key color value is 10.59%
CMYK:
(74,0,41,11)
C74M0Y41K11 
(74%,0%,41%,11%)
(0.74/0.00/0.41/0.11)	

CMYK percentages

%73.68
%0
%41.23
%10.59

Codes

Color #3CE486 in popluar color models

3CE486
RGB60228134
HSL146°75.68%56.47%
HSB/HSV146°73.68%89.41%
CMYK73.68%0.00%41.23%
10.59%

Color #3CE486 in popluar number systems.

HEX3CE486
Decimal60228134
Binary1111001110010010000110
Octal74344206

Shades and tints

Shades of #3CE486

#3CE486
(60,228,134)
#37D07A
(55,208,122)
#32BC6E
(50,188,110)
#2DA862
(45,168,98)
#289456
(40,148,86)
#23804A
(35,128,74)
#1E6C3E
(30,108,62)
#195832
(25,88,50)
#144426
(20,68,38)
#0F301A
(15,48,26)
#0A1C0E
(10,28,14)
#000000
(0,0,0)

Tints of #3CE486

#3CE486
(60,228,134)
#4DE691
(77,230,145)
#5EE89C
(94,232,156)
#6FEAA7
(111,234,167)
#80ECB2
(128,236,178)
#91EEBD
(145,238,189)
#A2F0C8
(162,240,200)
#B3F2D3
(179,242,211)
#C4F4DE
(196,244,222)
#D5F6E9
(213,246,233)
#E6F8F4
(230,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CE486 color. Also use rgb(60,228,134) instead hex code.

Text Font Color

.myTextColor { color: #3CE486; }

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

This text font color is #3CE486.


Background Color

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

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

This div background color is #3CE486.


Border color

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

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

This div border color is #3CE486.


Opacity

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

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

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

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

This text has shadow with #3CE486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CE486 on black background.


Color preview on white background

This text has color #3CE486 on white background.



Black color preview on #3CE486 background

This text has black color on #3CE486 background.


White color preview on #3CE486 background

This text has white color on #3CE486 background.