COLOR #3FCE28

HEX: #3FCE28
RGB: (63,206,40)

Color info

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

RGB color model

#3FCE28 color RGB value is (63,206,40).

  • red value is 63;
  • green value is 206;
  • blue value is 40.
RGB:
(63,206,40)
(25%,81%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 206 of 255 = 81%
B 40 of 255 = 16%

63
206
40

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

Portions of RGB colors in percentages

R + G + B =
63 + 206 + 40 = 309 (100%)
R 63 of 309 ~ 20.39%
G 206 of 309 ~ 66.67%
B 40 of 309 ~ 12.94%

%20.39
%66.67
%12.94

CMYK color model

#3FCE28 color CMYK value is (69,0,81,19).

  • cyan value is 69.42%
  • magenta value is 0.00%
  • yellow value is 80.58%
  • key color value is 19.22%
CMYK:
(69,0,81,19)
C69M0Y81K19 
(69%,0%,81%,19%)
(0.69/0.00/0.81/0.19)	

CMYK percentages

%69.42
%0
%80.58
%19.22

Codes

Color #3FCE28 in popluar color models

3FCE28
RGB6320640
HSL112°67.48%48.24%
HSB/HSV112°80.58%80.78%
CMYK69.42%0.00%80.58%
19.22%

Color #3FCE28 in popluar number systems.

HEX3FCE28
Decimal6320640
Binary11111111001110101000
Octal7731650

Shades and tints

Shades of #3FCE28

#3FCE28
(63,206,40)
#3ABC25
(58,188,37)
#35AA22
(53,170,34)
#30981F
(48,152,31)
#2B861C
(43,134,28)
#267419
(38,116,25)
#216216
(33,98,22)
#1C5013
(28,80,19)
#173E10
(23,62,16)
#122C0D
(18,44,13)
#0D1A0A
(13,26,10)
#000000
(0,0,0)

Tints of #3FCE28

#3FCE28
(63,206,40)
#50D23B
(80,210,59)
#61D64E
(97,214,78)
#72DA61
(114,218,97)
#83DE74
(131,222,116)
#94E287
(148,226,135)
#A5E69A
(165,230,154)
#B6EAAD
(182,234,173)
#C7EEC0
(199,238,192)
#D8F2D3
(216,242,211)
#E9F6E6
(233,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FCE28; }

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

This text font color is #3FCE28.


Background Color

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

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

This div background color is #3FCE28.


Border color

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

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

This div border color is #3FCE28.


Opacity

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

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

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

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

This text has shadow with #3FCE28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FCE28 on black background.


Color preview on white background

This text has color #3FCE28 on white background.



Black color preview on #3FCE28 background

This text has black color on #3FCE28 background.


White color preview on #3FCE28 background

This text has white color on #3FCE28 background.