COLOR #3CC965

HEX: #3CC965
RGB: (60,201,101)

Color info

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

RGB color model

#3CC965 color RGB value is (60,201,101).

  • red value is 60;
  • green value is 201;
  • blue value is 101.
RGB:
(60,201,101)
(24%,79%,40%)

RGB channels and saturation

R 60 of 255 = 24%
G 201 of 255 = 79%
B 101 of 255 = 40%

60
201
101

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

Portions of RGB colors in percentages

R + G + B =
60 + 201 + 101 = 362 (100%)
R 60 of 362 ~ 16.57%
G 201 of 362 ~ 55.52%
B 101 of 362 ~ 27.9%

%16.57
%55.52
%27.9

CMYK color model

#3CC965 color CMYK value is (70,0,50,21).

  • cyan value is 70.15%
  • magenta value is 0.00%
  • yellow value is 49.75%
  • key color value is 21.18%
CMYK:
(70,0,50,21)
C70M0Y50K21 
(70%,0%,50%,21%)
(0.70/0.00/0.50/0.21)	

CMYK percentages

%70.15
%0
%49.75
%21.18

Codes

Color #3CC965 in popluar color models

3CC965
RGB60201101
HSL137°56.63%51.18%
HSB/HSV137°70.15%78.82%
CMYK70.15%0.00%49.75%
21.18%

Color #3CC965 in popluar number systems.

HEX3CC965
Decimal60201101
Binary111100110010011100101
Octal74311145

Shades and tints

Shades of #3CC965

#3CC965
(60,201,101)
#37B75C
(55,183,92)
#32A553
(50,165,83)
#2D934A
(45,147,74)
#288141
(40,129,65)
#236F38
(35,111,56)
#1E5D2F
(30,93,47)
#194B26
(25,75,38)
#14391D
(20,57,29)
#0F2714
(15,39,20)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #3CC965

#3CC965
(60,201,101)
#4DCD73
(77,205,115)
#5ED181
(94,209,129)
#6FD58F
(111,213,143)
#80D99D
(128,217,157)
#91DDAB
(145,221,171)
#A2E1B9
(162,225,185)
#B3E5C7
(179,229,199)
#C4E9D5
(196,233,213)
#D5EDE3
(213,237,227)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CC965 color. Also use rgb(60,201,101) instead hex code.

Text Font Color

.myTextColor { color: #3CC965; }

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

This text font color is #3CC965.


Background Color

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

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

This div background color is #3CC965.


Border color

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

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

This div border color is #3CC965.


Opacity

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

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

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

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

This text has shadow with #3CC965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CC965 on black background.


Color preview on white background

This text has color #3CC965 on white background.



Black color preview on #3CC965 background

This text has black color on #3CC965 background.


White color preview on #3CC965 background

This text has white color on #3CC965 background.