COLOR #3CD159

HEX: #3CD159
RGB: (60,209,89)

Color info

#3CD159 contains mainly green color. Web safe color of #3CD159 is #33CC66 (or #3C6).

RGB color model

#3CD159 color RGB value is (60,209,89).

  • red value is 60;
  • green value is 209;
  • blue value is 89.
RGB:
(60,209,89)
(24%,82%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 209 of 255 = 82%
B 89 of 255 = 35%

60
209
89

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

Portions of RGB colors in percentages

R + G + B =
60 + 209 + 89 = 358 (100%)
R 60 of 358 ~ 16.76%
G 209 of 358 ~ 58.38%
B 89 of 358 ~ 24.86%

%16.76
%58.38
%24.86

CMYK color model

#3CD159 color CMYK value is (71,0,57,18).

  • cyan value is 71.29%
  • magenta value is 0.00%
  • yellow value is 57.42%
  • key color value is 18.04%
CMYK:
(71,0,57,18)
C71M0Y57K18 
(71%,0%,57%,18%)
(0.71/0.00/0.57/0.18)	

CMYK percentages

%71.29
%0
%57.42
%18.04

Codes

Color #3CD159 in popluar color models

3CD159
RGB6020989
HSL132°61.83%52.75%
HSB/HSV132°71.29%81.96%
CMYK71.29%0.00%57.42%
18.04%

Color #3CD159 in popluar number systems.

HEX3CD159
Decimal6020989
Binary111100110100011011001
Octal74321131

Shades and tints

Shades of #3CD159

#3CD159
(60,209,89)
#37BE51
(55,190,81)
#32AB49
(50,171,73)
#2D9841
(45,152,65)
#288539
(40,133,57)
#237231
(35,114,49)
#1E5F29
(30,95,41)
#194C21
(25,76,33)
#143919
(20,57,25)
#0F2611
(15,38,17)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #3CD159

#3CD159
(60,209,89)
#4DD568
(77,213,104)
#5ED977
(94,217,119)
#6FDD86
(111,221,134)
#80E195
(128,225,149)
#91E5A4
(145,229,164)
#A2E9B3
(162,233,179)
#B3EDC2
(179,237,194)
#C4F1D1
(196,241,209)
#D5F5E0
(213,245,224)
#E6F9EF
(230,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CD159 color. Also use rgb(60,209,89) instead hex code.

Text Font Color

.myTextColor { color: #3CD159; }

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

This text font color is #3CD159.


Background Color

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

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

This div background color is #3CD159.


Border color

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

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

This div border color is #3CD159.


Opacity

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

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

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

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

This text has shadow with #3CD159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CD159 on black background.


Color preview on white background

This text has color #3CD159 on white background.



Black color preview on #3CD159 background

This text has black color on #3CD159 background.


White color preview on #3CD159 background

This text has white color on #3CD159 background.