COLOR #3CC770

HEX: #3CC770 RGB: (60,199,112)

Color info

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

RGB color model

#3CC770 color RGB value is (60,199,112).

RGB: (60,199,112) (24%, 78%, 44%)

RGB channels and saturation

R 60 of 255 = 24%
G 199 of 255 = 78%
B 112 of 255 = 44%

60
199
112

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

Portions of RGB colors in percentages

R + G + B = 60 + 199 + 112 = 371 (100%)
R 60 of 371 ~ 16.17%
G 199 of 371 ~ 53.64%
B 112 of 371 ~ 30.19'%

%16.17
%53.64
%30.19

CMYK color model

#3CC770 color CMYK value is (70,0,44,22).

  • cyan value is 69.85%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 21.96%

CMYK: (70,0,44,22)
C70M0Y44K22 (70%, 0%, 44%, 22%)
(0.70 / 0.00 / 0.44 / 0.22)

CMYK percentages

%69.85
%0
%43.72
%21.96

Codes

Color #3CC770 in popluar color models

3C C7 70
RGB 60 199 112
HSL 142° 55.38% 50.78%
HSB/HSV 142° 69.85% 78.04%
CMYK 69.85% 0.00% 43.72%
21.96%

Color #3CC770 in popluar number systems.

HEX 3C C7 70
Decimal 60 199 112
Binary 111100 11000111 1110000
Octal 74 307 160

Shades and tints

Shades of #3CC770

#3CC770
(60,199,112)
#37B566
(55,181,102)
#32A35C
(50,163,92)
#2D9152
(45,145,82)
#287F48
(40,127,72)
#236D3E
(35,109,62)
#1E5B34
(30,91,52)
#19492A
(25,73,42)
#143720
(20,55,32)
#0F2516
(15,37,22)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #3CC770

#3CC770
(60,199,112)
#4DCC7D
(77,204,125)
#5ED18A
(94,209,138)
#6FD697
(111,214,151)
#80DBA4
(128,219,164)
#91E0B1
(145,224,177)
#A2E5BE
(162,229,190)
#B3EACB
(179,234,203)
#C4EFD8
(196,239,216)
#D5F4E5
(213,244,229)
#E6F9F2
(230,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CC770 color. Also use rgb(60,199,112) instead hex code.

Text Font Color

.myTextColor { color: #3CC770; }

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

This text font color is #3CC770.

Background Color

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

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

This div background color is #3CC770.

Border color

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

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

This div border color is #3CC770.

Opacity

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

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

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

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

This text has shadow with #3CC770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CC770.

Preview

Color preview on black background

This text has color #3CC770 on black background.


Color preview on white background

This text has color #3CC770 on white background.


Black color preview on #3CC770 background

This text has black color on #3CC770 background.


White color preview on #3CC770 background

This text has white color on #3CC770 background.


Related colors

Complementary color

Complementary color for #3CC770 is #C3388F.


I love getcolorcode.com

Triadic colors

1 #703CC7 and #C7703C with #3CC770 are triadic colors.

2 #70C73C and #C73C70 with #3CC770 are triadic colors.