COLOR #2CC74C

HEX: #2CC74C RGB: (44,199,76)

Color info

#2CC74C contains mainly green color. Web safe color of #2CC74C is #33CC33 (or #3C3).

RGB color model

#2CC74C color RGB value is (44,199,76).

RGB: (44,199,76) (17%, 78%, 30%)

RGB channels and saturation

R 44 of 255 = 17%
G 199 of 255 = 78%
B 76 of 255 = 30%

44
199
76

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

Portions of RGB colors in percentages

R + G + B = 44 + 199 + 76 = 319 (100%)
R 44 of 319 ~ 13.79%
G 199 of 319 ~ 62.38%
B 76 of 319 ~ 23.82'%

%13.79
%62.38
%23.82

CMYK color model

#2CC74C color CMYK value is (78,0,62,22).

  • cyan value is 77.89%
  • magenta value is 0.00%
  • yellow value is 61.81%
  • key color value is 21.96%

CMYK: (78,0,62,22)
C78M0Y62K22 (78%, 0%, 62%, 22%)
(0.78 / 0.00 / 0.62 / 0.22)

CMYK percentages

%77.89
%0
%61.81
%21.96

Codes

Color #2CC74C in popluar color models

2C C7 4C
RGB 44 199 76
HSL 132° 63.79% 47.65%
HSB/HSV 132° 77.89% 78.04%
CMYK 77.89% 0.00% 61.81%
21.96%

Color #2CC74C in popluar number systems.

HEX 2C C7 4C
Decimal 44 199 76
Binary 101100 11000111 1001100
Octal 54 307 114

Shades and tints

Shades of #2CC74C

#2CC74C
(44,199,76)
#28B546
(40,181,70)
#24A340
(36,163,64)
#20913A
(32,145,58)
#1C7F34
(28,127,52)
#186D2E
(24,109,46)
#145B28
(20,91,40)
#104922
(16,73,34)
#0C371C
(12,55,28)
#082516
(8,37,22)
#041310
(4,19,16)
#000000
(0,0,0)

Tints of #2CC74C

#2CC74C
(44,199,76)
#3FCC5C
(63,204,92)
#52D16C
(82,209,108)
#65D67C
(101,214,124)
#78DB8C
(120,219,140)
#8BE09C
(139,224,156)
#9EE5AC
(158,229,172)
#B1EABC
(177,234,188)
#C4EFCC
(196,239,204)
#D7F4DC
(215,244,220)
#EAF9EC
(234,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2CC74C color. Also use rgb(44,199,76) instead hex code.

Text Font Color

.myTextColor { color: #2CC74C; }

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

This text font color is #2CC74C.

Background Color

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

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

This div background color is #2CC74C.

Border color

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

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

This div border color is #2CC74C.

Opacity

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

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

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

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

This text has shadow with #2CC74C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2CC74C.

Preview

Color preview on black background

This text has color #2CC74C on black background.


Color preview on white background

This text has color #2CC74C on white background.


Black color preview on #2CC74C background

This text has black color on #2CC74C background.


White color preview on #2CC74C background

This text has white color on #2CC74C background.


Related colors

Complementary color

Complementary color for #hex is #D338B3.


I love getcolorcode.com

Triadic colors

1 #4C2CC7 and #C74C2C with #2CC74C are triadic colors.

2 #4CC72C and #C72C4C with #2CC74C are triadic colors.