COLOR #2FD59A

HEX: #2FD59A
RGB: (47,213,154)

Color info

#2FD59A contains mainly green and blue colors. Web safe color of #2FD59A is #33CC99 (or #3C9).

RGB color model

#2FD59A color RGB value is (47,213,154).

  • red value is 47;
  • green value is 213;
  • blue value is 154.
RGB:
(47,213,154)
(18%,84%,60%)

RGB channels and saturation

R 47 of 255 = 18%
G 213 of 255 = 84%
B 154 of 255 = 60%

47
213
154

R + G + B ~ 54%. #2FD59A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
47 + 213 + 154 = 414 (100%)
R 47 of 414 ~ 11.35%
G 213 of 414 ~ 51.45%
B 154 of 414 ~ 37.2%

%11.35
%51.45
%37.2

CMYK color model

#2FD59A color CMYK value is (78,0,28,16).

  • cyan value is 77.93%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK:
(78,0,28,16)
C78M0Y28K16 
(78%,0%,28%,16%)
(0.78/0.00/0.28/0.16)	

CMYK percentages

%77.93
%0
%27.7
%16.47

Codes

Color #2FD59A in popluar color models

2FD59A
RGB47213154
HSL159°66.40%50.98%
HSB/HSV159°77.93%83.53%
CMYK77.93%0.00%27.70%
16.47%

Color #2FD59A in popluar number systems.

HEX2FD59A
Decimal47213154
Binary1011111101010110011010
Octal57325232

Shades and tints

Shades of #2FD59A

#2FD59A
(47,213,154)
#2BC28C
(43,194,140)
#27AF7E
(39,175,126)
#239C70
(35,156,112)
#1F8962
(31,137,98)
#1B7654
(27,118,84)
#176346
(23,99,70)
#135038
(19,80,56)
#0F3D2A
(15,61,42)
#0B2A1C
(11,42,28)
#07170E
(7,23,14)
#000000
(0,0,0)

Tints of #2FD59A

#2FD59A
(47,213,154)
#41D8A3
(65,216,163)
#53DBAC
(83,219,172)
#65DEB5
(101,222,181)
#77E1BE
(119,225,190)
#89E4C7
(137,228,199)
#9BE7D0
(155,231,208)
#ADEAD9
(173,234,217)
#BFEDE2
(191,237,226)
#D1F0EB
(209,240,235)
#E3F3F4
(227,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2FD59A color. Also use rgb(47,213,154) instead hex code.

Text Font Color

.myTextColor { color: #2FD59A; }

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

This text font color is #2FD59A.


Background Color

.myBgColor { background-color: #2FD59A; }

<div style="background-color:#2FD59A">Inner text</div>

This div background color is #2FD59A.


Border color

.myBorderColor { border: 1px solid #2FD59A; }

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

This div border color is #2FD59A.


Opacity

.myOpacity80 { color: #2FD59A; opacity: 0.8; }

<p style="color:#2FD59A;opacity:0.8;">80%</p>

Text with #2FD59A 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 #2FD59A;}

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

This text has shadow with #2FD59A color.

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

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

This text has shadow with #2FD59A primary color and red secondary color.


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

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

This text has shadow with #2FD59A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2FD59A on black background.


Color preview on white background

This text has color #2FD59A on white background.



Black color preview on #2FD59A background

This text has black color on #2FD59A background.


White color preview on #2FD59A background

This text has white color on #2FD59A background.