COLOR #3FEB47

HEX: #3FEB47
RGB: (63,235,71)

Color info

#3FEB47 contains mainly green color. Web safe color of #3FEB47 is #33FF33 (or #3F3).

RGB color model

#3FEB47 color RGB value is (63,235,71).

  • red value is 63;
  • green value is 235;
  • blue value is 71.
RGB:
(63,235,71)
(25%,92%,28%)

RGB channels and saturation

R 63 of 255 = 25%
G 235 of 255 = 92%
B 71 of 255 = 28%

63
235
71

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

Portions of RGB colors in percentages

R + G + B =
63 + 235 + 71 = 369 (100%)
R 63 of 369 ~ 17.07%
G 235 of 369 ~ 63.69%
B 71 of 369 ~ 19.24%

%17.07
%63.69
%19.24

CMYK color model

#3FEB47 color CMYK value is (73,0,70,8).

  • cyan value is 73.19%
  • magenta value is 0.00%
  • yellow value is 69.79%
  • key color value is 7.84%
CMYK:
(73,0,70,8)
C73M0Y70K8 
(73%,0%,70%,8%)
(0.73/0.00/0.70/0.08)	

CMYK percentages

%73.19
%0
%69.79
%7.84

Codes

Color #3FEB47 in popluar color models

3FEB47
RGB6323571
HSL123°81.13%58.43%
HSB/HSV123°73.19%92.16%
CMYK73.19%0.00%69.79%
7.84%

Color #3FEB47 in popluar number systems.

HEX3FEB47
Decimal6323571
Binary111111111010111000111
Octal77353107

Shades and tints

Shades of #3FEB47

#3FEB47
(63,235,71)
#3AD641
(58,214,65)
#35C13B
(53,193,59)
#30AC35
(48,172,53)
#2B972F
(43,151,47)
#268229
(38,130,41)
#216D23
(33,109,35)
#1C581D
(28,88,29)
#174317
(23,67,23)
#122E11
(18,46,17)
#0D190B
(13,25,11)
#000000
(0,0,0)

Tints of #3FEB47

#3FEB47
(63,235,71)
#50EC57
(80,236,87)
#61ED67
(97,237,103)
#72EE77
(114,238,119)
#83EF87
(131,239,135)
#94F097
(148,240,151)
#A5F1A7
(165,241,167)
#B6F2B7
(182,242,183)
#C7F3C7
(199,243,199)
#D8F4D7
(216,244,215)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FEB47 color. Also use rgb(63,235,71) instead hex code.

Text Font Color

.myTextColor { color: #3FEB47; }

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

This text font color is #3FEB47.


Background Color

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

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

This div background color is #3FEB47.


Border color

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

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

This div border color is #3FEB47.


Opacity

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

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

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

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

This text has shadow with #3FEB47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FEB47 on black background.


Color preview on white background

This text has color #3FEB47 on white background.



Black color preview on #3FEB47 background

This text has black color on #3FEB47 background.


White color preview on #3FEB47 background

This text has white color on #3FEB47 background.