COLOR #3FB413

HEX: #3FB413 RGB: (63,180,19)

Color info

#3FB413 contains mainly green color. Web safe color of #3FB413 is #33CC00 (or #3C0).

RGB color model

#3FB413 color RGB value is (63,180,19).

RGB: (63,180,19) (25%, 71%, 7%)

RGB channels and saturation

R 63 of 255 = 25%
G 180 of 255 = 71%
B 19 of 255 = 7%

63
180
19

R + G + B ~ 34%. #3FB413 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 180 + 19 = 262 (100%)
R 63 of 262 ~ 24.05%
G 180 of 262 ~ 68.7%
B 19 of 262 ~ 7.25'%

%24.05
%68.7

CMYK color model

#3FB413 color CMYK value is (65,0,89,29).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 89.44%
  • key color value is 29.41%

CMYK: (65,0,89,29)
C65M0Y89K29 (65%, 0%, 89%, 29%)
(0.65 / 0.00 / 0.89 / 0.29)

CMYK percentages

%65
%0
%89.44
%29.41

Codes

Color #3FB413 in popluar color models

3F B4 13
RGB 63 180 19
HSL 104° 80.90% 39.02%
HSB/HSV 104° 89.44% 70.59%
CMYK 65.00% 0.00% 89.44%
29.41%

Color #3FB413 in popluar number systems.

HEX 3F B4 13
Decimal 63 180 19
Binary 111111 10110100 10011
Octal 77 264 23

Shades and tints

Shades of #3FB413

#3FB413
(63,180,19)
#3AA412
(58,164,18)
#359411
(53,148,17)
#308410
(48,132,16)
#2B740F
(43,116,15)
#26640E
(38,100,14)
#21540D
(33,84,13)
#1C440C
(28,68,12)
#17340B
(23,52,11)
#12240A
(18,36,10)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #3FB413

#3FB413
(63,180,19)
#50BA28
(80,186,40)
#61C03D
(97,192,61)
#72C652
(114,198,82)
#83CC67
(131,204,103)
#94D27C
(148,210,124)
#A5D891
(165,216,145)
#B6DEA6
(182,222,166)
#C7E4BB
(199,228,187)
#D8EAD0
(216,234,208)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB413 color. Also use rgb(63,180,19) instead hex code.

Text Font Color

.myTextColor { color: #3FB413; }

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

This text font color is #3FB413.

Background Color

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

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

This div background color is #3FB413.

Border color

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

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

This div border color is #3FB413.

Opacity

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

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

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

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

This text has shadow with #3FB413 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3FB413.

Preview

Color preview on black background

This text has color #3FB413 on black background.


Color preview on white background

This text has color #3FB413 on white background.


Black color preview on #3FB413 background

This text has black color on #3FB413 background.


White color preview on #3FB413 background

This text has white color on #3FB413 background.


Related colors

Complementary color

Complementary color for #hex is #C04BEC.


I love getcolorcode.com

Triadic colors

1 #133FB4 and #B4133F with #3FB413 are triadic colors.

2 #13B43F and #B43F13 with #3FB413 are triadic colors.