COLOR #3FD62A

HEX: #3FD62A
RGB: (63,214,42)

Color info

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

RGB color model

#3FD62A color RGB value is (63,214,42).

  • red value is 63;
  • green value is 214;
  • blue value is 42.
RGB:
(63,214,42)
(25%,84%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 214 of 255 = 84%
B 42 of 255 = 16%

63
214
42

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

Portions of RGB colors in percentages

R + G + B =
63 + 214 + 42 = 319 (100%)
R 63 of 319 ~ 19.75%
G 214 of 319 ~ 67.08%
B 42 of 319 ~ 13.17%

%19.75
%67.08
%13.17

CMYK color model

#3FD62A color CMYK value is (71,0,80,16).

  • cyan value is 70.56%
  • magenta value is 0.00%
  • yellow value is 80.37%
  • key color value is 16.08%
CMYK:
(71,0,80,16)
C71M0Y80K16 
(71%,0%,80%,16%)
(0.71/0.00/0.80/0.16)	

CMYK percentages

%70.56
%0
%80.37
%16.08

Codes

Color #3FD62A in popluar color models

3FD62A
RGB6321442
HSL113°67.72%50.20%
HSB/HSV113°80.37%83.92%
CMYK70.56%0.00%80.37%
16.08%

Color #3FD62A in popluar number systems.

HEX3FD62A
Decimal6321442
Binary11111111010110101010
Octal7732652

Shades and tints

Shades of #3FD62A

#3FD62A
(63,214,42)
#3AC327
(58,195,39)
#35B024
(53,176,36)
#309D21
(48,157,33)
#2B8A1E
(43,138,30)
#26771B
(38,119,27)
#216418
(33,100,24)
#1C5115
(28,81,21)
#173E12
(23,62,18)
#122B0F
(18,43,15)
#0D180C
(13,24,12)
#000000
(0,0,0)

Tints of #3FD62A

#3FD62A
(63,214,42)
#50D93D
(80,217,61)
#61DC50
(97,220,80)
#72DF63
(114,223,99)
#83E276
(131,226,118)
#94E589
(148,229,137)
#A5E89C
(165,232,156)
#B6EBAF
(182,235,175)
#C7EEC2
(199,238,194)
#D8F1D5
(216,241,213)
#E9F4E8
(233,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FD62A color. Also use rgb(63,214,42) instead hex code.

Text Font Color

.myTextColor { color: #3FD62A; }

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

This text font color is #3FD62A.


Background Color

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

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

This div background color is #3FD62A.


Border color

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

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

This div border color is #3FD62A.


Opacity

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

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

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

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

This text has shadow with #3FD62A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FD62A on black background.


Color preview on white background

This text has color #3FD62A on white background.



Black color preview on #3FD62A background

This text has black color on #3FD62A background.


White color preview on #3FD62A background

This text has white color on #3FD62A background.