COLOR #3FE978

HEX: #3FE978
RGB: (63,233,120)

Color info

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

RGB color model

#3FE978 color RGB value is (63,233,120).

  • red value is 63;
  • green value is 233;
  • blue value is 120.
RGB:
(63,233,120)
(25%,91%,47%)

RGB channels and saturation

R 63 of 255 = 25%
G 233 of 255 = 91%
B 120 of 255 = 47%

63
233
120

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

Portions of RGB colors in percentages

R + G + B =
63 + 233 + 120 = 416 (100%)
R 63 of 416 ~ 15.14%
G 233 of 416 ~ 56.01%
B 120 of 416 ~ 28.85%

%15.14
%56.01
%28.85

CMYK color model

#3FE978 color CMYK value is (73,0,48,9).

  • cyan value is 72.96%
  • magenta value is 0.00%
  • yellow value is 48.50%
  • key color value is 8.63%
CMYK:
(73,0,48,9)
C73M0Y48K9 
(73%,0%,48%,9%)
(0.73/0.00/0.48/0.09)	

CMYK percentages

%72.96
%0
%48.5
%8.63

Codes

Color #3FE978 in popluar color models

3FE978
RGB63233120
HSL140°79.44%58.04%
HSB/HSV140°72.96%91.37%
CMYK72.96%0.00%48.50%
8.63%

Color #3FE978 in popluar number systems.

HEX3FE978
Decimal63233120
Binary111111111010011111000
Octal77351170

Shades and tints

Shades of #3FE978

#3FE978
(63,233,120)
#3AD46E
(58,212,110)
#35BF64
(53,191,100)
#30AA5A
(48,170,90)
#2B9550
(43,149,80)
#268046
(38,128,70)
#216B3C
(33,107,60)
#1C5632
(28,86,50)
#174128
(23,65,40)
#122C1E
(18,44,30)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #3FE978

#3FE978
(63,233,120)
#50EB84
(80,235,132)
#61ED90
(97,237,144)
#72EF9C
(114,239,156)
#83F1A8
(131,241,168)
#94F3B4
(148,243,180)
#A5F5C0
(165,245,192)
#B6F7CC
(182,247,204)
#C7F9D8
(199,249,216)
#D8FBE4
(216,251,228)
#E9FDF0
(233,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FE978 color. Also use rgb(63,233,120) instead hex code.

Text Font Color

.myTextColor { color: #3FE978; }

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

This text font color is #3FE978.


Background Color

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

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

This div background color is #3FE978.


Border color

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

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

This div border color is #3FE978.


Opacity

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

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

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

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

This text has shadow with #3FE978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FE978 on black background.


Color preview on white background

This text has color #3FE978 on white background.



Black color preview on #3FE978 background

This text has black color on #3FE978 background.


White color preview on #3FE978 background

This text has white color on #3FE978 background.