COLOR #3FD221

HEX: #3FD221
RGB: (63,210,33)

Color info

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

RGB color model

#3FD221 color RGB value is (63,210,33).

  • red value is 63;
  • green value is 210;
  • blue value is 33.
RGB:
(63,210,33)
(25%,82%,13%)

RGB channels and saturation

R 63 of 255 = 25%
G 210 of 255 = 82%
B 33 of 255 = 13%

63
210
33

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

Portions of RGB colors in percentages

R + G + B =
63 + 210 + 33 = 306 (100%)
R 63 of 306 ~ 20.59%
G 210 of 306 ~ 68.63%
B 33 of 306 ~ 10.78%

%20.59
%68.63
%10.78

CMYK color model

#3FD221 color CMYK value is (70,0,84,18).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 84.29%
  • key color value is 17.65%
CMYK:
(70,0,84,18)
C70M0Y84K18 
(70%,0%,84%,18%)
(0.70/0.00/0.84/0.18)	

CMYK percentages

%70
%0
%84.29
%17.65

Codes

Color #3FD221 in popluar color models

3FD221
RGB6321033
HSL110°72.84%47.65%
HSB/HSV110°84.29%82.35%
CMYK70.00%0.00%84.29%
17.65%

Color #3FD221 in popluar number systems.

HEX3FD221
Decimal6321033
Binary11111111010010100001
Octal7732241

Shades and tints

Shades of #3FD221

#3FD221
(63,210,33)
#3ABF1E
(58,191,30)
#35AC1B
(53,172,27)
#309918
(48,153,24)
#2B8615
(43,134,21)
#267312
(38,115,18)
#21600F
(33,96,15)
#1C4D0C
(28,77,12)
#173A09
(23,58,9)
#122706
(18,39,6)
#0D1403
(13,20,3)
#000000
(0,0,0)

Tints of #3FD221

#3FD221
(63,210,33)
#50D635
(80,214,53)
#61DA49
(97,218,73)
#72DE5D
(114,222,93)
#83E271
(131,226,113)
#94E685
(148,230,133)
#A5EA99
(165,234,153)
#B6EEAD
(182,238,173)
#C7F2C1
(199,242,193)
#D8F6D5
(216,246,213)
#E9FAE9
(233,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FD221 color. Also use rgb(63,210,33) instead hex code.

Text Font Color

.myTextColor { color: #3FD221; }

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

This text font color is #3FD221.


Background Color

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

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

This div background color is #3FD221.


Border color

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

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

This div border color is #3FD221.


Opacity

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

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

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

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

This text has shadow with #3FD221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FD221 on black background.


Color preview on white background

This text has color #3FD221 on white background.



Black color preview on #3FD221 background

This text has black color on #3FD221 background.


White color preview on #3FD221 background

This text has white color on #3FD221 background.