COLOR #3CCD5B

HEX: #3CCD5B RGB: (60,205,91)

Color info

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

RGB color model

#3CCD5B color RGB value is (60,205,91).

RGB: (60,205,91) (24%, 80%, 36%)

RGB channels and saturation

R 60 of 255 = 24%
G 205 of 255 = 80%
B 91 of 255 = 36%

60
205
91

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

Portions of RGB colors in percentages

R + G + B = 60 + 205 + 91 = 356 (100%)
R 60 of 356 ~ 16.85%
G 205 of 356 ~ 57.58%
B 91 of 356 ~ 25.56'%

%16.85
%57.58
%25.56

CMYK color model

#3CCD5B color CMYK value is (71,0,56,20).

  • cyan value is 70.73%
  • magenta value is 0.00%
  • yellow value is 55.61%
  • key color value is 19.61%

CMYK: (71,0,56,20)
C71M0Y56K20 (71%, 0%, 56%, 20%)
(0.71 / 0.00 / 0.56 / 0.20)

CMYK percentages

%70.73
%0
%55.61
%19.61

Codes

Color #3CCD5B in popluar color models

3C CD 5B
RGB 60 205 91
HSL 133° 59.18% 51.96%
HSB/HSV 133° 70.73% 80.39%
CMYK 70.73% 0.00% 55.61%
19.61%

Color #3CCD5B in popluar number systems.

HEX 3C CD 5B
Decimal 60 205 91
Binary 111100 11001101 1011011
Octal 74 315 133

Shades and tints

Shades of #3CCD5B

#3CCD5B
(60,205,91)
#37BB53
(55,187,83)
#32A94B
(50,169,75)
#2D9743
(45,151,67)
#28853B
(40,133,59)
#237333
(35,115,51)
#1E612B
(30,97,43)
#194F23
(25,79,35)
#143D1B
(20,61,27)
#0F2B13
(15,43,19)
#0A190B
(10,25,11)
#000000
(0,0,0)

Tints of #3CCD5B

#3CCD5B
(60,205,91)
#4DD169
(77,209,105)
#5ED577
(94,213,119)
#6FD985
(111,217,133)
#80DD93
(128,221,147)
#91E1A1
(145,225,161)
#A2E5AF
(162,229,175)
#B3E9BD
(179,233,189)
#C4EDCB
(196,237,203)
#D5F1D9
(213,241,217)
#E6F5E7
(230,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CCD5B color. Also use rgb(60,205,91) instead hex code.

Text Font Color

.myTextColor { color: #3CCD5B; }

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

This text font color is #3CCD5B.

Background Color

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

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

This div background color is #3CCD5B.

Border color

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

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

This div border color is #3CCD5B.

Opacity

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

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

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

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

This text has shadow with #3CCD5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CCD5B.

Preview

Color preview on black background

This text has color #3CCD5B on black background.


Color preview on white background

This text has color #3CCD5B on white background.


Black color preview on #3CCD5B background

This text has black color on #3CCD5B background.


White color preview on #3CCD5B background

This text has white color on #3CCD5B background.


Related colors

Complementary color

Complementary color for #hex is #C332A4.


I love getcolorcode.com

Triadic colors

1 #5B3CCD and #CD5B3C with #3CCD5B are triadic colors.

2 #5BCD3C and #CD3C5B with #3CCD5B are triadic colors.