COLOR #3FE625

HEX: #3FE625
RGB: (63,230,37)

Color info

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

RGB color model

#3FE625 color RGB value is (63,230,37).

  • red value is 63;
  • green value is 230;
  • blue value is 37.
RGB:
(63,230,37)
(25%,90%,15%)

RGB channels and saturation

R 63 of 255 = 25%
G 230 of 255 = 90%
B 37 of 255 = 15%

63
230
37

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

Portions of RGB colors in percentages

R + G + B =
63 + 230 + 37 = 330 (100%)
R 63 of 330 ~ 19.09%
G 230 of 330 ~ 69.7%
B 37 of 330 ~ 11.21%

%19.09
%69.7
%11.21

CMYK color model

#3FE625 color CMYK value is (73,0,84,10).

  • cyan value is 72.61%
  • magenta value is 0.00%
  • yellow value is 83.91%
  • key color value is 9.80%
CMYK:
(73,0,84,10)
C73M0Y84K10 
(73%,0%,84%,10%)
(0.73/0.00/0.84/0.10)	

CMYK percentages

%72.61
%0
%83.91
%9.8

Codes

Color #3FE625 in popluar color models

3FE625
RGB6323037
HSL112°79.42%52.35%
HSB/HSV112°83.91%90.20%
CMYK72.61%0.00%83.91%
9.80%

Color #3FE625 in popluar number systems.

HEX3FE625
Decimal6323037
Binary11111111100110100101
Octal7734645

Shades and tints

Shades of #3FE625

#3FE625
(63,230,37)
#3AD222
(58,210,34)
#35BE1F
(53,190,31)
#30AA1C
(48,170,28)
#2B9619
(43,150,25)
#268216
(38,130,22)
#216E13
(33,110,19)
#1C5A10
(28,90,16)
#17460D
(23,70,13)
#12320A
(18,50,10)
#0D1E07
(13,30,7)
#000000
(0,0,0)

Tints of #3FE625

#3FE625
(63,230,37)
#50E838
(80,232,56)
#61EA4B
(97,234,75)
#72EC5E
(114,236,94)
#83EE71
(131,238,113)
#94F084
(148,240,132)
#A5F297
(165,242,151)
#B6F4AA
(182,244,170)
#C7F6BD
(199,246,189)
#D8F8D0
(216,248,208)
#E9FAE3
(233,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FE625; }

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

This text font color is #3FE625.


Background Color

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

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

This div background color is #3FE625.


Border color

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

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

This div border color is #3FE625.


Opacity

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

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

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

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

This text has shadow with #3FE625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FE625 on black background.


Color preview on white background

This text has color #3FE625 on white background.



Black color preview on #3FE625 background

This text has black color on #3FE625 background.


White color preview on #3FE625 background

This text has white color on #3FE625 background.