COLOR #3FF049

HEX: #3FF049
RGB: (63,240,73)

Color info

#3FF049 contains mainly green color. Web safe color of #3FF049 is #33FF33 (or #3F3).

RGB color model

#3FF049 color RGB value is (63,240,73).

  • red value is 63;
  • green value is 240;
  • blue value is 73.
RGB:
(63,240,73)
(25%,94%,29%)

RGB channels and saturation

R 63 of 255 = 25%
G 240 of 255 = 94%
B 73 of 255 = 29%

63
240
73

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

Portions of RGB colors in percentages

R + G + B =
63 + 240 + 73 = 376 (100%)
R 63 of 376 ~ 16.76%
G 240 of 376 ~ 63.83%
B 73 of 376 ~ 19.41%

%16.76
%63.83
%19.41

CMYK color model

#3FF049 color CMYK value is (74,0,70,6).

  • cyan value is 73.75%
  • magenta value is 0.00%
  • yellow value is 69.58%
  • key color value is 5.88%
CMYK:
(74,0,70,6)
C74M0Y70K6 
(74%,0%,70%,6%)
(0.74/0.00/0.70/0.06)	

CMYK percentages

%73.75
%0
%69.58
%5.88

Codes

Color #3FF049 in popluar color models

3FF049
RGB6324073
HSL123°85.51%59.41%
HSB/HSV123°73.75%94.12%
CMYK73.75%0.00%69.58%
5.88%

Color #3FF049 in popluar number systems.

HEX3FF049
Decimal6324073
Binary111111111100001001001
Octal77360111

Shades and tints

Shades of #3FF049

#3FF049
(63,240,73)
#3ADB43
(58,219,67)
#35C63D
(53,198,61)
#30B137
(48,177,55)
#2B9C31
(43,156,49)
#26872B
(38,135,43)
#217225
(33,114,37)
#1C5D1F
(28,93,31)
#174819
(23,72,25)
#123313
(18,51,19)
#0D1E0D
(13,30,13)
#000000
(0,0,0)

Tints of #3FF049

#3FF049
(63,240,73)
#50F159
(80,241,89)
#61F269
(97,242,105)
#72F379
(114,243,121)
#83F489
(131,244,137)
#94F599
(148,245,153)
#A5F6A9
(165,246,169)
#B6F7B9
(182,247,185)
#C7F8C9
(199,248,201)
#D8F9D9
(216,249,217)
#E9FAE9
(233,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FF049; }

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

This text font color is #3FF049.


Background Color

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

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

This div background color is #3FF049.


Border color

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

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

This div border color is #3FF049.


Opacity

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

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

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

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

This text has shadow with #3FF049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FF049 on black background.


Color preview on white background

This text has color #3FF049 on white background.



Black color preview on #3FF049 background

This text has black color on #3FF049 background.


White color preview on #3FF049 background

This text has white color on #3FF049 background.