COLOR #3FC071

HEX: #3FC071 RGB: (63,192,113)

Color info

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

RGB color model

#3FC071 color RGB value is (63,192,113).

RGB: (63,192,113) (25%, 75%, 44%)

RGB channels and saturation

R 63 of 255 = 25%
G 192 of 255 = 75%
B 113 of 255 = 44%

63
192
113

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

Portions of RGB colors in percentages

R + G + B = 63 + 192 + 113 = 368 (100%)
R 63 of 368 ~ 17.12%
G 192 of 368 ~ 52.17%
B 113 of 368 ~ 30.71'%

%17.12
%52.17
%30.71

CMYK color model

#3FC071 color CMYK value is (67,0,41,25).

  • cyan value is 67.19%
  • magenta value is 0.00%
  • yellow value is 41.15%
  • key color value is 24.71%

CMYK: (67,0,41,25)
C67M0Y41K25 (67%, 0%, 41%, 25%)
(0.67 / 0.00 / 0.41 / 0.25)

CMYK percentages

%67.19
%0
%41.15
%24.71

Codes

Color #3FC071 in popluar color models

3F C0 71
RGB 63 192 113
HSL 143° 50.59% 50.00%
HSB/HSV 143° 67.19% 75.29%
CMYK 67.19% 0.00% 41.15%
24.71%

Color #3FC071 in popluar number systems.

HEX 3F C0 71
Decimal 63 192 113
Binary 111111 11000000 1110001
Octal 77 300 161

Shades and tints

Shades of #3FC071

#3FC071
(63,192,113)
#3AAF67
(58,175,103)
#359E5D
(53,158,93)
#308D53
(48,141,83)
#2B7C49
(43,124,73)
#266B3F
(38,107,63)
#215A35
(33,90,53)
#1C492B
(28,73,43)
#173821
(23,56,33)
#122717
(18,39,23)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #3FC071

#3FC071
(63,192,113)
#50C57D
(80,197,125)
#61CA89
(97,202,137)
#72CF95
(114,207,149)
#83D4A1
(131,212,161)
#94D9AD
(148,217,173)
#A5DEB9
(165,222,185)
#B6E3C5
(182,227,197)
#C7E8D1
(199,232,209)
#D8EDDD
(216,237,221)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FC071 color. Also use rgb(63,192,113) instead hex code.

Text Font Color

.myTextColor { color: #3FC071; }

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

This text font color is #3FC071.

Background Color

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

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

This div background color is #3FC071.

Border color

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

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

This div border color is #3FC071.

Opacity

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

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

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

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

This text has shadow with #3FC071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3FC071.

Preview

Color preview on black background

This text has color #3FC071 on black background.


Color preview on white background

This text has color #3FC071 on white background.


Black color preview on #3FC071 background

This text has black color on #3FC071 background.


White color preview on #3FC071 background

This text has white color on #3FC071 background.


Related colors

Complementary color

Complementary color for #hex is #C03F8E.


I love getcolorcode.com

Triadic colors

1 #713FC0 and #C0713F with #3FC071 are triadic colors.

2 #71C03F and #C03F71 with #3FC071 are triadic colors.