COLOR #3CCB75

HEX: #3CCB75
RGB: (60,203,117)

Color info

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

RGB color model

#3CCB75 color RGB value is (60,203,117).

  • red value is 60;
  • green value is 203;
  • blue value is 117.
RGB:
(60,203,117)
(24%,80%,46%)

RGB channels and saturation

R 60 of 255 = 24%
G 203 of 255 = 80%
B 117 of 255 = 46%

60
203
117

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

Portions of RGB colors in percentages

R + G + B =
60 + 203 + 117 = 380 (100%)
R 60 of 380 ~ 15.79%
G 203 of 380 ~ 53.42%
B 117 of 380 ~ 30.79%

%15.79
%53.42
%30.79

CMYK color model

#3CCB75 color CMYK value is (70,0,42,20).

  • cyan value is 70.44%
  • magenta value is 0.00%
  • yellow value is 42.36%
  • key color value is 20.39%
CMYK:
(70,0,42,20)
C70M0Y42K20 
(70%,0%,42%,20%)
(0.70/0.00/0.42/0.20)	

CMYK percentages

%70.44
%0
%42.36
%20.39

Codes

Color #3CCB75 in popluar color models

3CCB75
RGB60203117
HSL144°57.89%51.57%
HSB/HSV144°70.44%79.61%
CMYK70.44%0.00%42.36%
20.39%

Color #3CCB75 in popluar number systems.

HEX3CCB75
Decimal60203117
Binary111100110010111110101
Octal74313165

Shades and tints

Shades of #3CCB75

#3CCB75
(60,203,117)
#37B96B
(55,185,107)
#32A761
(50,167,97)
#2D9557
(45,149,87)
#28834D
(40,131,77)
#237143
(35,113,67)
#1E5F39
(30,95,57)
#194D2F
(25,77,47)
#143B25
(20,59,37)
#0F291B
(15,41,27)
#0A1711
(10,23,17)
#000000
(0,0,0)

Tints of #3CCB75

#3CCB75
(60,203,117)
#4DCF81
(77,207,129)
#5ED38D
(94,211,141)
#6FD799
(111,215,153)
#80DBA5
(128,219,165)
#91DFB1
(145,223,177)
#A2E3BD
(162,227,189)
#B3E7C9
(179,231,201)
#C4EBD5
(196,235,213)
#D5EFE1
(213,239,225)
#E6F3ED
(230,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CCB75 color. Also use rgb(60,203,117) instead hex code.

Text Font Color

.myTextColor { color: #3CCB75; }

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

This text font color is #3CCB75.


Background Color

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

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

This div background color is #3CCB75.


Border color

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

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

This div border color is #3CCB75.


Opacity

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

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

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

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

This text has shadow with #3CCB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CCB75 on black background.


Color preview on white background

This text has color #3CCB75 on white background.



Black color preview on #3CCB75 background

This text has black color on #3CCB75 background.


White color preview on #3CCB75 background

This text has white color on #3CCB75 background.