COLOR #2FD759

HEX: #2FD759
RGB: (47,215,89)

Color info

#2FD759 contains mainly green color. Web safe color of #2FD759 is #33CC66 (or #3C6).

RGB color model

#2FD759 color RGB value is (47,215,89).

  • red value is 47;
  • green value is 215;
  • blue value is 89.
RGB:
(47,215,89)
(18%,84%,35%)

RGB channels and saturation

R 47 of 255 = 18%
G 215 of 255 = 84%
B 89 of 255 = 35%

47
215
89

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

Portions of RGB colors in percentages

R + G + B =
47 + 215 + 89 = 351 (100%)
R 47 of 351 ~ 13.39%
G 215 of 351 ~ 61.25%
B 89 of 351 ~ 25.36%

%13.39
%61.25
%25.36

CMYK color model

#2FD759 color CMYK value is (78,0,59,16).

  • cyan value is 78.14%
  • magenta value is 0.00%
  • yellow value is 58.60%
  • key color value is 15.69%
CMYK:
(78,0,59,16)
C78M0Y59K16 
(78%,0%,59%,16%)
(0.78/0.00/0.59/0.16)	

CMYK percentages

%78.14
%0
%58.6
%15.69

Codes

Color #2FD759 in popluar color models

2FD759
RGB4721589
HSL135°67.74%51.37%
HSB/HSV135°78.14%84.31%
CMYK78.14%0.00%58.60%
15.69%

Color #2FD759 in popluar number systems.

HEX2FD759
Decimal4721589
Binary101111110101111011001
Octal57327131

Shades and tints

Shades of #2FD759

#2FD759
(47,215,89)
#2BC451
(43,196,81)
#27B149
(39,177,73)
#239E41
(35,158,65)
#1F8B39
(31,139,57)
#1B7831
(27,120,49)
#176529
(23,101,41)
#135221
(19,82,33)
#0F3F19
(15,63,25)
#0B2C11
(11,44,17)
#071909
(7,25,9)
#000000
(0,0,0)

Tints of #2FD759

#2FD759
(47,215,89)
#41DA68
(65,218,104)
#53DD77
(83,221,119)
#65E086
(101,224,134)
#77E395
(119,227,149)
#89E6A4
(137,230,164)
#9BE9B3
(155,233,179)
#ADECC2
(173,236,194)
#BFEFD1
(191,239,209)
#D1F2E0
(209,242,224)
#E3F5EF
(227,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2FD759 color. Also use rgb(47,215,89) instead hex code.

Text Font Color

.myTextColor { color: #2FD759; }

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

This text font color is #2FD759.


Background Color

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

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

This div background color is #2FD759.


Border color

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

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

This div border color is #2FD759.


Opacity

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

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

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

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

This text has shadow with #2FD759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2FD759 on black background.


Color preview on white background

This text has color #2FD759 on white background.



Black color preview on #2FD759 background

This text has black color on #2FD759 background.


White color preview on #2FD759 background

This text has white color on #2FD759 background.