COLOR #3FE742

HEX: #3FE742
RGB: (63,231,66)

Color info

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

RGB color model

#3FE742 color RGB value is (63,231,66).

  • red value is 63;
  • green value is 231;
  • blue value is 66.
RGB:
(63,231,66)
(25%,91%,26%)

RGB channels and saturation

R 63 of 255 = 25%
G 231 of 255 = 91%
B 66 of 255 = 26%

63
231
66

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

Portions of RGB colors in percentages

R + G + B =
63 + 231 + 66 = 360 (100%)
R 63 of 360 ~ 17.5%
G 231 of 360 ~ 64.17%
B 66 of 360 ~ 18.33%

%17.5
%64.17
%18.33

CMYK color model

#3FE742 color CMYK value is (73,0,71,9).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 9.41%
CMYK:
(73,0,71,9)
C73M0Y71K9 
(73%,0%,71%,9%)
(0.73/0.00/0.71/0.09)	

CMYK percentages

%72.73
%0
%71.43
%9.41

Codes

Color #3FE742 in popluar color models

3FE742
RGB6323166
HSL121°77.78%57.65%
HSB/HSV121°72.73%90.59%
CMYK72.73%0.00%71.43%
9.41%

Color #3FE742 in popluar number systems.

HEX3FE742
Decimal6323166
Binary111111111001111000010
Octal77347102

Shades and tints

Shades of #3FE742

#3FE742
(63,231,66)
#3AD23C
(58,210,60)
#35BD36
(53,189,54)
#30A830
(48,168,48)
#2B932A
(43,147,42)
#267E24
(38,126,36)
#21691E
(33,105,30)
#1C5418
(28,84,24)
#173F12
(23,63,18)
#122A0C
(18,42,12)
#0D1506
(13,21,6)
#000000
(0,0,0)

Tints of #3FE742

#3FE742
(63,231,66)
#50E953
(80,233,83)
#61EB64
(97,235,100)
#72ED75
(114,237,117)
#83EF86
(131,239,134)
#94F197
(148,241,151)
#A5F3A8
(165,243,168)
#B6F5B9
(182,245,185)
#C7F7CA
(199,247,202)
#D8F9DB
(216,249,219)
#E9FBEC
(233,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FE742; }

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

This text font color is #3FE742.


Background Color

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

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

This div background color is #3FE742.


Border color

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

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

This div border color is #3FE742.


Opacity

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

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

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

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

This text has shadow with #3FE742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FE742 on black background.


Color preview on white background

This text has color #3FE742 on white background.



Black color preview on #3FE742 background

This text has black color on #3FE742 background.


White color preview on #3FE742 background

This text has white color on #3FE742 background.