COLOR #3FD83B

HEX: #3FD83B RGB: (63,216,59)

Color info

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

RGB color model

#3FD83B color RGB value is (63,216,59).

RGB: (63,216,59) (25%, 85%, 23%)

RGB channels and saturation

R 63 of 255 = 25%
G 216 of 255 = 85%
B 59 of 255 = 23%

63
216
59

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

Portions of RGB colors in percentages

R + G + B = 63 + 216 + 59 = 338 (100%)
R 63 of 338 ~ 18.64%
G 216 of 338 ~ 63.91%
B 59 of 338 ~ 17.46'%

%18.64
%63.91
%17.46

CMYK color model

#3FD83B color CMYK value is (71,0,73,15).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 72.69%
  • key color value is 15.29%

CMYK: (71,0,73,15)
C71M0Y73K15 (71%, 0%, 73%, 15%)
(0.71 / 0.00 / 0.73 / 0.15)

CMYK percentages

%70.83
%0
%72.69
%15.29

Codes

Color #3FD83B in popluar color models

3F D8 3B
RGB 63 216 59
HSL 118° 66.81% 53.92%
HSB/HSV 118° 72.69% 84.71%
CMYK 70.83% 0.00% 72.69%
15.29%

Color #3FD83B in popluar number systems.

HEX 3F D8 3B
Decimal 63 216 59
Binary 111111 11011000 111011
Octal 77 330 73

Shades and tints

Shades of #3FD83B

#3FD83B
(63,216,59)
#3AC536
(58,197,54)
#35B231
(53,178,49)
#309F2C
(48,159,44)
#2B8C27
(43,140,39)
#267922
(38,121,34)
#21661D
(33,102,29)
#1C5318
(28,83,24)
#174013
(23,64,19)
#122D0E
(18,45,14)
#0D1A09
(13,26,9)
#000000
(0,0,0)

Tints of #3FD83B

#3FD83B
(63,216,59)
#50DB4C
(80,219,76)
#61DE5D
(97,222,93)
#72E16E
(114,225,110)
#83E47F
(131,228,127)
#94E790
(148,231,144)
#A5EAA1
(165,234,161)
#B6EDB2
(182,237,178)
#C7F0C3
(199,240,195)
#D8F3D4
(216,243,212)
#E9F6E5
(233,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FD83B color. Also use rgb(63,216,59) instead hex code.

Text Font Color

.myTextColor { color: #3FD83B; }

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

This text font color is #3FD83B.

Background Color

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

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

This div background color is #3FD83B.

Border color

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

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

This div border color is #3FD83B.

Opacity

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

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

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

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

This text has shadow with #3FD83B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3FD83B.

Preview

Color preview on black background

This text has color #3FD83B on black background.


Color preview on white background

This text has color #3FD83B on white background.


Black color preview on #3FD83B background

This text has black color on #3FD83B background.


White color preview on #3FD83B background

This text has white color on #3FD83B background.


Related colors

Complementary color

Complementary color for #hex is #C027C4.


I love getcolorcode.com

Triadic colors

1 #3B3FD8 and #D83B3F with #3FD83B are triadic colors.

2 #3BD83F and #D83F3B with #3FD83B are triadic colors.