COLOR #2CC971

HEX: #2CC971
RGB: (44,201,113)

Color info

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

RGB color model

#2CC971 color RGB value is (44,201,113).

  • red value is 44;
  • green value is 201;
  • blue value is 113.
RGB:
(44,201,113)
(17%,79%,44%)

RGB channels and saturation

R 44 of 255 = 17%
G 201 of 255 = 79%
B 113 of 255 = 44%

44
201
113

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

Portions of RGB colors in percentages

R + G + B =
44 + 201 + 113 = 358 (100%)
R 44 of 358 ~ 12.29%
G 201 of 358 ~ 56.15%
B 113 of 358 ~ 31.56%

%12.29
%56.15
%31.56

CMYK color model

#2CC971 color CMYK value is (78,0,44,21).

  • cyan value is 78.11%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 21.18%
CMYK:
(78,0,44,21)
C78M0Y44K21 
(78%,0%,44%,21%)
(0.78/0.00/0.44/0.21)	

CMYK percentages

%78.11
%0
%43.78
%21.18

Codes

Color #2CC971 in popluar color models

2CC971
RGB44201113
HSL146°64.08%48.04%
HSB/HSV146°78.11%78.82%
CMYK78.11%0.00%43.78%
21.18%

Color #2CC971 in popluar number systems.

HEX2CC971
Decimal44201113
Binary101100110010011110001
Octal54311161

Shades and tints

Shades of #2CC971

#2CC971
(44,201,113)
#28B767
(40,183,103)
#24A55D
(36,165,93)
#209353
(32,147,83)
#1C8149
(28,129,73)
#186F3F
(24,111,63)
#145D35
(20,93,53)
#104B2B
(16,75,43)
#0C3921
(12,57,33)
#082717
(8,39,23)
#04150D
(4,21,13)
#000000
(0,0,0)

Tints of #2CC971

#2CC971
(44,201,113)
#3FCD7D
(63,205,125)
#52D189
(82,209,137)
#65D595
(101,213,149)
#78D9A1
(120,217,161)
#8BDDAD
(139,221,173)
#9EE1B9
(158,225,185)
#B1E5C5
(177,229,197)
#C4E9D1
(196,233,209)
#D7EDDD
(215,237,221)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2CC971 color. Also use rgb(44,201,113) instead hex code.

Text Font Color

.myTextColor { color: #2CC971; }

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

This text font color is #2CC971.


Background Color

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

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

This div background color is #2CC971.


Border color

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

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

This div border color is #2CC971.


Opacity

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

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

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

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

This text has shadow with #2CC971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2CC971 on black background.


Color preview on white background

This text has color #2CC971 on white background.



Black color preview on #2CC971 background

This text has black color on #2CC971 background.


White color preview on #2CC971 background

This text has white color on #2CC971 background.