COLOR #3FED77

HEX: #3FED77
RGB: (63,237,119)

Color info

#3FED77 contains mainly green color. Web safe color of #3FED77 is #33FF66 (or #3F6).

RGB color model

#3FED77 color RGB value is (63,237,119).

  • red value is 63;
  • green value is 237;
  • blue value is 119.
RGB:
(63,237,119)
(25%,93%,47%)

RGB channels and saturation

R 63 of 255 = 25%
G 237 of 255 = 93%
B 119 of 255 = 47%

63
237
119

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

Portions of RGB colors in percentages

R + G + B =
63 + 237 + 119 = 419 (100%)
R 63 of 419 ~ 15.04%
G 237 of 419 ~ 56.56%
B 119 of 419 ~ 28.4%

%15.04
%56.56
%28.4

CMYK color model

#3FED77 color CMYK value is (73,0,50,7).

  • cyan value is 73.42%
  • magenta value is 0.00%
  • yellow value is 49.79%
  • key color value is 7.06%
CMYK:
(73,0,50,7)
C73M0Y50K7 
(73%,0%,50%,7%)
(0.73/0.00/0.50/0.07)	

CMYK percentages

%73.42
%0
%49.79
%7.06

Codes

Color #3FED77 in popluar color models

3FED77
RGB63237119
HSL139°82.86%58.82%
HSB/HSV139°73.42%92.94%
CMYK73.42%0.00%49.79%
7.06%

Color #3FED77 in popluar number systems.

HEX3FED77
Decimal63237119
Binary111111111011011110111
Octal77355167

Shades and tints

Shades of #3FED77

#3FED77
(63,237,119)
#3AD86D
(58,216,109)
#35C363
(53,195,99)
#30AE59
(48,174,89)
#2B994F
(43,153,79)
#268445
(38,132,69)
#216F3B
(33,111,59)
#1C5A31
(28,90,49)
#174527
(23,69,39)
#12301D
(18,48,29)
#0D1B13
(13,27,19)
#000000
(0,0,0)

Tints of #3FED77

#3FED77
(63,237,119)
#50EE83
(80,238,131)
#61EF8F
(97,239,143)
#72F09B
(114,240,155)
#83F1A7
(131,241,167)
#94F2B3
(148,242,179)
#A5F3BF
(165,243,191)
#B6F4CB
(182,244,203)
#C7F5D7
(199,245,215)
#D8F6E3
(216,246,227)
#E9F7EF
(233,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FED77 color. Also use rgb(63,237,119) instead hex code.

Text Font Color

.myTextColor { color: #3FED77; }

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

This text font color is #3FED77.


Background Color

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

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

This div background color is #3FED77.


Border color

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

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

This div border color is #3FED77.


Opacity

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

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

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

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

This text has shadow with #3FED77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FED77 on black background.


Color preview on white background

This text has color #3FED77 on white background.



Black color preview on #3FED77 background

This text has black color on #3FED77 background.


White color preview on #3FED77 background

This text has white color on #3FED77 background.