COLOR #3CC139

HEX: #3CC139 RGB: (60,193,57)

Color info

#3CC139 contains mainly green color. Web safe color of #3CC139 is #33CC33 (or #3C3).

RGB color model

#3CC139 color RGB value is (60,193,57).

RGB: (60,193,57) (24%, 76%, 22%)

RGB channels and saturation

R 60 of 255 = 24%
G 193 of 255 = 76%
B 57 of 255 = 22%

60
193
57

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

Portions of RGB colors in percentages

R + G + B = 60 + 193 + 57 = 310 (100%)
R 60 of 310 ~ 19.35%
G 193 of 310 ~ 62.26%
B 57 of 310 ~ 18.39'%

%19.35
%62.26
%18.39

CMYK color model

#3CC139 color CMYK value is (69,0,70,24).

  • cyan value is 68.91%
  • magenta value is 0.00%
  • yellow value is 70.47%
  • key color value is 24.31%

CMYK: (69,0,70,24)
C69M0Y70K24 (69%, 0%, 70%, 24%)
(0.69 / 0.00 / 0.70 / 0.24)

CMYK percentages

%68.91
%0
%70.47
%24.31

Codes

Color #3CC139 in popluar color models

3C C1 39
RGB 60 193 57
HSL 119° 54.40% 49.02%
HSB/HSV 119° 70.47% 75.69%
CMYK 68.91% 0.00% 70.47%
24.31%

Color #3CC139 in popluar number systems.

HEX 3C C1 39
Decimal 60 193 57
Binary 111100 11000001 111001
Octal 74 301 71

Shades and tints

Shades of #3CC139

#3CC139
(60,193,57)
#37B034
(55,176,52)
#329F2F
(50,159,47)
#2D8E2A
(45,142,42)
#287D25
(40,125,37)
#236C20
(35,108,32)
#1E5B1B
(30,91,27)
#194A16
(25,74,22)
#143911
(20,57,17)
#0F280C
(15,40,12)
#0A1707
(10,23,7)
#000000
(0,0,0)

Tints of #3CC139

#3CC139
(60,193,57)
#4DC64B
(77,198,75)
#5ECB5D
(94,203,93)
#6FD06F
(111,208,111)
#80D581
(128,213,129)
#91DA93
(145,218,147)
#A2DFA5
(162,223,165)
#B3E4B7
(179,228,183)
#C4E9C9
(196,233,201)
#D5EEDB
(213,238,219)
#E6F3ED
(230,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CC139 color. Also use rgb(60,193,57) instead hex code.

Text Font Color

.myTextColor { color: #3CC139; }

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

This text font color is #3CC139.

Background Color

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

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

This div background color is #3CC139.

Border color

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

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

This div border color is #3CC139.

Opacity

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

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

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

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

This text has shadow with #3CC139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CC139.

Preview

Color preview on black background

This text has color #3CC139 on black background.


Color preview on white background

This text has color #3CC139 on white background.


Black color preview on #3CC139 background

This text has black color on #3CC139 background.


White color preview on #3CC139 background

This text has white color on #3CC139 background.


Related colors

Complementary color

Complementary color for #hex is #C33EC6.


I love getcolorcode.com

Triadic colors

1 #393CC1 and #C1393C with #3CC139 are triadic colors.

2 #39C13C and #C13C39 with #3CC139 are triadic colors.