COLOR #2FF489

HEX: #2FF489
RGB: (47,244,137)

Color info

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

RGB color model

#2FF489 color RGB value is (47,244,137).

  • red value is 47;
  • green value is 244;
  • blue value is 137.
RGB:
(47,244,137)
(18%,96%,54%)

RGB channels and saturation

R 47 of 255 = 18%
G 244 of 255 = 96%
B 137 of 255 = 54%

47
244
137

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

Portions of RGB colors in percentages

R + G + B =
47 + 244 + 137 = 428 (100%)
R 47 of 428 ~ 10.98%
G 244 of 428 ~ 57.01%
B 137 of 428 ~ 32.01%

%10.98
%57.01
%32.01

CMYK color model

#2FF489 color CMYK value is (81,0,44,4).

  • cyan value is 80.74%
  • magenta value is 0.00%
  • yellow value is 43.85%
  • key color value is 4.31%
CMYK:
(81,0,44,4)
C81M0Y44K4 
(81%,0%,44%,4%)
(0.81/0.00/0.44/0.04)	

CMYK percentages

%80.74
%0
%43.85
%4.31

Codes

Color #2FF489 in popluar color models

2FF489
RGB47244137
HSL147°89.95%57.06%
HSB/HSV147°80.74%95.69%
CMYK80.74%0.00%43.85%
4.31%

Color #2FF489 in popluar number systems.

HEX2FF489
Decimal47244137
Binary1011111111010010001001
Octal57364211

Shades and tints

Shades of #2FF489

#2FF489
(47,244,137)
#2BDE7D
(43,222,125)
#27C871
(39,200,113)
#23B265
(35,178,101)
#1F9C59
(31,156,89)
#1B864D
(27,134,77)
#177041
(23,112,65)
#135A35
(19,90,53)
#0F4429
(15,68,41)
#0B2E1D
(11,46,29)
#071811
(7,24,17)
#000000
(0,0,0)

Tints of #2FF489

#2FF489
(47,244,137)
#41F593
(65,245,147)
#53F69D
(83,246,157)
#65F7A7
(101,247,167)
#77F8B1
(119,248,177)
#89F9BB
(137,249,187)
#9BFAC5
(155,250,197)
#ADFBCF
(173,251,207)
#BFFCD9
(191,252,217)
#D1FDE3
(209,253,227)
#E3FEED
(227,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2FF489 color. Also use rgb(47,244,137) instead hex code.

Text Font Color

.myTextColor { color: #2FF489; }

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

This text font color is #2FF489.


Background Color

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

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

This div background color is #2FF489.


Border color

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

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

This div border color is #2FF489.


Opacity

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

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

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

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

This text has shadow with #2FF489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2FF489 on black background.


Color preview on white background

This text has color #2FF489 on white background.



Black color preview on #2FF489 background

This text has black color on #2FF489 background.


White color preview on #2FF489 background

This text has white color on #2FF489 background.