COLOR #2CC474

HEX: #2CC474
RGB: (44,196,116)

Color info

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

RGB color model

#2CC474 color RGB value is (44,196,116).

  • red value is 44;
  • green value is 196;
  • blue value is 116.
RGB:
(44,196,116)
(17%,77%,45%)

RGB channels and saturation

R 44 of 255 = 17%
G 196 of 255 = 77%
B 116 of 255 = 45%

44
196
116

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

Portions of RGB colors in percentages

R + G + B =
44 + 196 + 116 = 356 (100%)
R 44 of 356 ~ 12.36%
G 196 of 356 ~ 55.06%
B 116 of 356 ~ 32.58%

%12.36
%55.06
%32.58

CMYK color model

#2CC474 color CMYK value is (78,0,41,23).

  • cyan value is 77.55%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 23.14%
CMYK:
(78,0,41,23)
C78M0Y41K23 
(78%,0%,41%,23%)
(0.78/0.00/0.41/0.23)	

CMYK percentages

%77.55
%0
%40.82
%23.14

Codes

Color #2CC474 in popluar color models

2CC474
RGB44196116
HSL148°63.33%47.06%
HSB/HSV148°77.55%76.86%
CMYK77.55%0.00%40.82%
23.14%

Color #2CC474 in popluar number systems.

HEX2CC474
Decimal44196116
Binary101100110001001110100
Octal54304164

Shades and tints

Shades of #2CC474

#2CC474
(44,196,116)
#28B36A
(40,179,106)
#24A260
(36,162,96)
#209156
(32,145,86)
#1C804C
(28,128,76)
#186F42
(24,111,66)
#145E38
(20,94,56)
#104D2E
(16,77,46)
#0C3C24
(12,60,36)
#082B1A
(8,43,26)
#041A10
(4,26,16)
#000000
(0,0,0)

Tints of #2CC474

#2CC474
(44,196,116)
#3FC980
(63,201,128)
#52CE8C
(82,206,140)
#65D398
(101,211,152)
#78D8A4
(120,216,164)
#8BDDB0
(139,221,176)
#9EE2BC
(158,226,188)
#B1E7C8
(177,231,200)
#C4ECD4
(196,236,212)
#D7F1E0
(215,241,224)
#EAF6EC
(234,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2CC474 color. Also use rgb(44,196,116) instead hex code.

Text Font Color

.myTextColor { color: #2CC474; }

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

This text font color is #2CC474.


Background Color

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

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

This div background color is #2CC474.


Border color

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

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

This div border color is #2CC474.


Opacity

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

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

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

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

This text has shadow with #2CC474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2CC474 on black background.


Color preview on white background

This text has color #2CC474 on white background.



Black color preview on #2CC474 background

This text has black color on #2CC474 background.


White color preview on #2CC474 background

This text has white color on #2CC474 background.