COLOR #2FE85D

HEX: #2FE85D
RGB: (47,232,93)

Color info

#2FE85D contains mainly green color. Web safe color of #2FE85D is #33FF66 (or #3F6).

RGB color model

#2FE85D color RGB value is (47,232,93).

  • red value is 47;
  • green value is 232;
  • blue value is 93.
RGB:
(47,232,93)
(18%,91%,36%)

RGB channels and saturation

R 47 of 255 = 18%
G 232 of 255 = 91%
B 93 of 255 = 36%

47
232
93

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

Portions of RGB colors in percentages

R + G + B =
47 + 232 + 93 = 372 (100%)
R 47 of 372 ~ 12.63%
G 232 of 372 ~ 62.37%
B 93 of 372 ~ 25%

%12.63
%62.37
%25

CMYK color model

#2FE85D color CMYK value is (80,0,60,9).

  • cyan value is 79.74%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 9.02%
CMYK:
(80,0,60,9)
C80M0Y60K9 
(80%,0%,60%,9%)
(0.80/0.00/0.60/0.09)	

CMYK percentages

%79.74
%0
%59.91
%9.02

Codes

Color #2FE85D in popluar color models

2FE85D
RGB4723293
HSL135°80.09%54.71%
HSB/HSV135°79.74%90.98%
CMYK79.74%0.00%59.91%
9.02%

Color #2FE85D in popluar number systems.

HEX2FE85D
Decimal4723293
Binary101111111010001011101
Octal57350135

Shades and tints

Shades of #2FE85D

#2FE85D
(47,232,93)
#2BD355
(43,211,85)
#27BE4D
(39,190,77)
#23A945
(35,169,69)
#1F943D
(31,148,61)
#1B7F35
(27,127,53)
#176A2D
(23,106,45)
#135525
(19,85,37)
#0F401D
(15,64,29)
#0B2B15
(11,43,21)
#07160D
(7,22,13)
#000000
(0,0,0)

Tints of #2FE85D

#2FE85D
(47,232,93)
#41EA6B
(65,234,107)
#53EC79
(83,236,121)
#65EE87
(101,238,135)
#77F095
(119,240,149)
#89F2A3
(137,242,163)
#9BF4B1
(155,244,177)
#ADF6BF
(173,246,191)
#BFF8CD
(191,248,205)
#D1FADB
(209,250,219)
#E3FCE9
(227,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2FE85D color. Also use rgb(47,232,93) instead hex code.

Text Font Color

.myTextColor { color: #2FE85D; }

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

This text font color is #2FE85D.


Background Color

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

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

This div background color is #2FE85D.


Border color

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

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

This div border color is #2FE85D.


Opacity

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

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

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

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

This text has shadow with #2FE85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2FE85D on black background.


Color preview on white background

This text has color #2FE85D on white background.



Black color preview on #2FE85D background

This text has black color on #2FE85D background.


White color preview on #2FE85D background

This text has white color on #2FE85D background.