COLOR #3FE899

HEX: #3FE899
RGB: (63,232,153)

Color info

#3FE899 contains mainly green color. Web safe color of #3FE899 is #33FF99 (or #3F9).

RGB color model

#3FE899 color RGB value is (63,232,153).

  • red value is 63;
  • green value is 232;
  • blue value is 153.
RGB:
(63,232,153)
(25%,91%,60%)

RGB channels and saturation

R 63 of 255 = 25%
G 232 of 255 = 91%
B 153 of 255 = 60%

63
232
153

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

Portions of RGB colors in percentages

R + G + B =
63 + 232 + 153 = 448 (100%)
R 63 of 448 ~ 14.06%
G 232 of 448 ~ 51.79%
B 153 of 448 ~ 34.15%

%14.06
%51.79
%34.15

CMYK color model

#3FE899 color CMYK value is (73,0,34,9).

  • cyan value is 72.84%
  • magenta value is 0.00%
  • yellow value is 34.05%
  • key color value is 9.02%
CMYK:
(73,0,34,9)
C73M0Y34K9 
(73%,0%,34%,9%)
(0.73/0.00/0.34/0.09)	

CMYK percentages

%72.84
%0
%34.05
%9.02

Codes

Color #3FE899 in popluar color models

3FE899
RGB63232153
HSL152°78.60%57.84%
HSB/HSV152°72.84%90.98%
CMYK72.84%0.00%34.05%
9.02%

Color #3FE899 in popluar number systems.

HEX3FE899
Decimal63232153
Binary1111111110100010011001
Octal77350231

Shades and tints

Shades of #3FE899

#3FE899
(63,232,153)
#3AD38C
(58,211,140)
#35BE7F
(53,190,127)
#30A972
(48,169,114)
#2B9465
(43,148,101)
#267F58
(38,127,88)
#216A4B
(33,106,75)
#1C553E
(28,85,62)
#174031
(23,64,49)
#122B24
(18,43,36)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #3FE899

#3FE899
(63,232,153)
#50EAA2
(80,234,162)
#61ECAB
(97,236,171)
#72EEB4
(114,238,180)
#83F0BD
(131,240,189)
#94F2C6
(148,242,198)
#A5F4CF
(165,244,207)
#B6F6D8
(182,246,216)
#C7F8E1
(199,248,225)
#D8FAEA
(216,250,234)
#E9FCF3
(233,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FE899 color. Also use rgb(63,232,153) instead hex code.

Text Font Color

.myTextColor { color: #3FE899; }

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

This text font color is #3FE899.


Background Color

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

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

This div background color is #3FE899.


Border color

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

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

This div border color is #3FE899.


Opacity

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

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

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

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

This text has shadow with #3FE899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FE899 on black background.


Color preview on white background

This text has color #3FE899 on white background.



Black color preview on #3FE899 background

This text has black color on #3FE899 background.


White color preview on #3FE899 background

This text has white color on #3FE899 background.