COLOR #3CE585

HEX: #3CE585
RGB: (60,229,133)

Color info

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

RGB color model

#3CE585 color RGB value is (60,229,133).

  • red value is 60;
  • green value is 229;
  • blue value is 133.
RGB:
(60,229,133)
(24%,90%,52%)

RGB channels and saturation

R 60 of 255 = 24%
G 229 of 255 = 90%
B 133 of 255 = 52%

60
229
133

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

Portions of RGB colors in percentages

R + G + B =
60 + 229 + 133 = 422 (100%)
R 60 of 422 ~ 14.22%
G 229 of 422 ~ 54.27%
B 133 of 422 ~ 31.52%

%14.22
%54.27
%31.52

CMYK color model

#3CE585 color CMYK value is (74,0,42,10).

  • cyan value is 73.80%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 10.20%
CMYK:
(74,0,42,10)
C74M0Y42K10 
(74%,0%,42%,10%)
(0.74/0.00/0.42/0.10)	

CMYK percentages

%73.8
%0
%41.92
%10.2

Codes

Color #3CE585 in popluar color models

3CE585
RGB60229133
HSL146°76.47%56.67%
HSB/HSV146°73.80%89.80%
CMYK73.80%0.00%41.92%
10.20%

Color #3CE585 in popluar number systems.

HEX3CE585
Decimal60229133
Binary1111001110010110000101
Octal74345205

Shades and tints

Shades of #3CE585

#3CE585
(60,229,133)
#37D179
(55,209,121)
#32BD6D
(50,189,109)
#2DA961
(45,169,97)
#289555
(40,149,85)
#238149
(35,129,73)
#1E6D3D
(30,109,61)
#195931
(25,89,49)
#144525
(20,69,37)
#0F3119
(15,49,25)
#0A1D0D
(10,29,13)
#000000
(0,0,0)

Tints of #3CE585

#3CE585
(60,229,133)
#4DE790
(77,231,144)
#5EE99B
(94,233,155)
#6FEBA6
(111,235,166)
#80EDB1
(128,237,177)
#91EFBC
(145,239,188)
#A2F1C7
(162,241,199)
#B3F3D2
(179,243,210)
#C4F5DD
(196,245,221)
#D5F7E8
(213,247,232)
#E6F9F3
(230,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CE585 color. Also use rgb(60,229,133) instead hex code.

Text Font Color

.myTextColor { color: #3CE585; }

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

This text font color is #3CE585.


Background Color

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

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

This div background color is #3CE585.


Border color

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

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

This div border color is #3CE585.


Opacity

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

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

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

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

This text has shadow with #3CE585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CE585 on black background.


Color preview on white background

This text has color #3CE585 on white background.



Black color preview on #3CE585 background

This text has black color on #3CE585 background.


White color preview on #3CE585 background

This text has white color on #3CE585 background.