COLOR #3FE41D

HEX: #3FE41D
RGB: (63,228,29)

Color info

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

RGB color model

#3FE41D color RGB value is (63,228,29).

  • red value is 63;
  • green value is 228;
  • blue value is 29.
RGB:
(63,228,29)
(25%,89%,11%)

RGB channels and saturation

R 63 of 255 = 25%
G 228 of 255 = 89%
B 29 of 255 = 11%

63
228
29

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

Portions of RGB colors in percentages

R + G + B =
63 + 228 + 29 = 320 (100%)
R 63 of 320 ~ 19.69%
G 228 of 320 ~ 71.25%
B 29 of 320 ~ 9.06%

%19.69
%71.25

CMYK color model

#3FE41D color CMYK value is (72,0,87,11).

  • cyan value is 72.37%
  • magenta value is 0.00%
  • yellow value is 87.28%
  • key color value is 10.59%
CMYK:
(72,0,87,11)
C72M0Y87K11 
(72%,0%,87%,11%)
(0.72/0.00/0.87/0.11)	

CMYK percentages

%72.37
%0
%87.28
%10.59

Codes

Color #3FE41D in popluar color models

3FE41D
RGB6322829
HSL110°78.66%50.39%
HSB/HSV110°87.28%89.41%
CMYK72.37%0.00%87.28%
10.59%

Color #3FE41D in popluar number systems.

HEX3FE41D
Decimal6322829
Binary1111111110010011101
Octal7734435

Shades and tints

Shades of #3FE41D

#3FE41D
(63,228,29)
#3AD01B
(58,208,27)
#35BC19
(53,188,25)
#30A817
(48,168,23)
#2B9415
(43,148,21)
#268013
(38,128,19)
#216C11
(33,108,17)
#1C580F
(28,88,15)
#17440D
(23,68,13)
#12300B
(18,48,11)
#0D1C09
(13,28,9)
#000000
(0,0,0)

Tints of #3FE41D

#3FE41D
(63,228,29)
#50E631
(80,230,49)
#61E845
(97,232,69)
#72EA59
(114,234,89)
#83EC6D
(131,236,109)
#94EE81
(148,238,129)
#A5F095
(165,240,149)
#B6F2A9
(182,242,169)
#C7F4BD
(199,244,189)
#D8F6D1
(216,246,209)
#E9F8E5
(233,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FE41D; }

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

This text font color is #3FE41D.


Background Color

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

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

This div background color is #3FE41D.


Border color

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

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

This div border color is #3FE41D.


Opacity

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

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

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

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

This text has shadow with #3FE41D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FE41D on black background.


Color preview on white background

This text has color #3FE41D on white background.



Black color preview on #3FE41D background

This text has black color on #3FE41D background.


White color preview on #3FE41D background

This text has white color on #3FE41D background.