COLOR #3FB003

HEX: #3FB003 RGB: (63,176,3)

Color info

#3FB003 contains mainly green color. Web safe color of #3FB003 is #339900 (or #390).

RGB color model

#3FB003 color RGB value is (63,176,3).

RGB: (63,176,3) (25%, 69%, 1%)

RGB channels and saturation

R 63 of 255 = 25%
G 176 of 255 = 69%
B 3 of 255 = 1%

63
176
3

R + G + B ~ 32%. #3FB003 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 176 + 3 = 242 (100%)
R 63 of 242 ~ 26.03%
G 176 of 242 ~ 72.73%
B 3 of 242 ~ 1.24'%

%26.03
%72.73

CMYK color model

#3FB003 color CMYK value is (64,0,98,31).

  • cyan value is 64.20%
  • magenta value is 0.00%
  • yellow value is 98.30%
  • key color value is 30.98%

CMYK: (64,0,98,31)
C64M0Y98K31 (64%, 0%, 98%, 31%)
(0.64 / 0.00 / 0.98 / 0.31)

CMYK percentages

%64.2
%0
%98.3
%30.98

Codes

Color #3FB003 in popluar color models

3F B0 03
RGB 63 176 3
HSL 99° 96.65% 35.10%
HSB/HSV 99° 98.30% 69.02%
CMYK 64.20% 0.00% 98.30%
30.98%

Color #3FB003 in popluar number systems.

HEX 3F B0 03
Decimal 63 176 3
Binary 111111 10110000 11
Octal 77 260 3

Shades and tints

Shades of #3FB003

#3FB003
(63,176,3)
#3AA003
(58,160,3)
#359003
(53,144,3)
#308003
(48,128,3)
#2B7003
(43,112,3)
#266003
(38,96,3)
#215003
(33,80,3)
#1C4003
(28,64,3)
#173003
(23,48,3)
#122003
(18,32,3)
#0D1003
(13,16,3)
#000000
(0,0,0)

Tints of #3FB003

#3FB003
(63,176,3)
#50B719
(80,183,25)
#61BE2F
(97,190,47)
#72C545
(114,197,69)
#83CC5B
(131,204,91)
#94D371
(148,211,113)
#A5DA87
(165,218,135)
#B6E19D
(182,225,157)
#C7E8B3
(199,232,179)
#D8EFC9
(216,239,201)
#E9F6DF
(233,246,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FB003; }

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

This text font color is #3FB003.

Background Color

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

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

This div background color is #3FB003.

Border color

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

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

This div border color is #3FB003.

Opacity

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

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

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

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

This text has shadow with #3FB003 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3FB003.

Preview

Color preview on black background

This text has color #3FB003 on black background.


Color preview on white background

This text has color #3FB003 on white background.


Black color preview on #3FB003 background

This text has black color on #3FB003 background.


White color preview on #3FB003 background

This text has white color on #3FB003 background.


Related colors

Complementary color

Complementary color for #hex is #C04FFC.


I love getcolorcode.com

Triadic colors

1 #033FB0 and #B0033F with #3FB003 are triadic colors.

2 #03B03F and #B03F03 with #3FB003 are triadic colors.