COLOR #3CDA4E

HEX: #3CDA4E RGB: (60,218,78)

Color info

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

RGB color model

#3CDA4E color RGB value is (60,218,78).

RGB: (60,218,78) (24%, 85%, 31%)

RGB channels and saturation

R 60 of 255 = 24%
G 218 of 255 = 85%
B 78 of 255 = 31%

60
218
78

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

Portions of RGB colors in percentages

R + G + B = 60 + 218 + 78 = 356 (100%)
R 60 of 356 ~ 16.85%
G 218 of 356 ~ 61.24%
B 78 of 356 ~ 21.91'%

%16.85
%61.24
%21.91

CMYK color model

#3CDA4E color CMYK value is (72,0,64,15).

  • cyan value is 72.48%
  • magenta value is 0.00%
  • yellow value is 64.22%
  • key color value is 14.51%

CMYK: (72,0,64,15)
C72M0Y64K15 (72%, 0%, 64%, 15%)
(0.72 / 0.00 / 0.64 / 0.15)

CMYK percentages

%72.48
%0
%64.22
%14.51

Codes

Color #3CDA4E in popluar color models

3C DA 4E
RGB 60 218 78
HSL 127° 68.10% 54.51%
HSB/HSV 127° 72.48% 85.49%
CMYK 72.48% 0.00% 64.22%
14.51%

Color #3CDA4E in popluar number systems.

HEX 3C DA 4E
Decimal 60 218 78
Binary 111100 11011010 1001110
Octal 74 332 116

Shades and tints

Shades of #3CDA4E

#3CDA4E
(60,218,78)
#37C747
(55,199,71)
#32B440
(50,180,64)
#2DA139
(45,161,57)
#288E32
(40,142,50)
#237B2B
(35,123,43)
#1E6824
(30,104,36)
#19551D
(25,85,29)
#144216
(20,66,22)
#0F2F0F
(15,47,15)
#0A1C08
(10,28,8)
#000000
(0,0,0)

Tints of #3CDA4E

#3CDA4E
(60,218,78)
#4DDD5E
(77,221,94)
#5EE06E
(94,224,110)
#6FE37E
(111,227,126)
#80E68E
(128,230,142)
#91E99E
(145,233,158)
#A2ECAE
(162,236,174)
#B3EFBE
(179,239,190)
#C4F2CE
(196,242,206)
#D5F5DE
(213,245,222)
#E6F8EE
(230,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CDA4E color. Also use rgb(60,218,78) instead hex code.

Text Font Color

.myTextColor { color: #3CDA4E; }

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

This text font color is #3CDA4E.

Background Color

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

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

This div background color is #3CDA4E.

Border color

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

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

This div border color is #3CDA4E.

Opacity

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

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

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

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

This text has shadow with #3CDA4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CDA4E.

Preview

Color preview on black background

This text has color #3CDA4E on black background.


Color preview on white background

This text has color #3CDA4E on white background.


Black color preview on #3CDA4E background

This text has black color on #3CDA4E background.


White color preview on #3CDA4E background

This text has white color on #3CDA4E background.


Related colors

Complementary color

Complementary color for #hex is #C325B1.


I love getcolorcode.com

Triadic colors

1 #4E3CDA and #DA4E3C with #3CDA4E are triadic colors.

2 #4EDA3C and #DA3C4E with #3CDA4E are triadic colors.