COLOR #2CC752

HEX: #2CC752
RGB: (44,199,82)

Color info

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

RGB color model

#2CC752 color RGB value is (44,199,82).

  • red value is 44;
  • green value is 199;
  • blue value is 82.
RGB:
(44,199,82)
(17%,78%,32%)

RGB channels and saturation

R 44 of 255 = 17%
G 199 of 255 = 78%
B 82 of 255 = 32%

44
199
82

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

Portions of RGB colors in percentages

R + G + B =
44 + 199 + 82 = 325 (100%)
R 44 of 325 ~ 13.54%
G 199 of 325 ~ 61.23%
B 82 of 325 ~ 25.23%

%13.54
%61.23
%25.23

CMYK color model

#2CC752 color CMYK value is (78,0,59,22).

  • cyan value is 77.89%
  • magenta value is 0.00%
  • yellow value is 58.79%
  • key color value is 21.96%
CMYK:
(78,0,59,22)
C78M0Y59K22 
(78%,0%,59%,22%)
(0.78/0.00/0.59/0.22)	

CMYK percentages

%77.89
%0
%58.79
%21.96

Codes

Color #2CC752 in popluar color models

2CC752
RGB4419982
HSL135°63.79%47.65%
HSB/HSV135°77.89%78.04%
CMYK77.89%0.00%58.79%
21.96%

Color #2CC752 in popluar number systems.

HEX2CC752
Decimal4419982
Binary101100110001111010010
Octal54307122

Shades and tints

Shades of #2CC752

#2CC752
(44,199,82)
#28B54B
(40,181,75)
#24A344
(36,163,68)
#20913D
(32,145,61)
#1C7F36
(28,127,54)
#186D2F
(24,109,47)
#145B28
(20,91,40)
#104921
(16,73,33)
#0C371A
(12,55,26)
#082513
(8,37,19)
#04130C
(4,19,12)
#000000
(0,0,0)

Tints of #2CC752

#2CC752
(44,199,82)
#3FCC61
(63,204,97)
#52D170
(82,209,112)
#65D67F
(101,214,127)
#78DB8E
(120,219,142)
#8BE09D
(139,224,157)
#9EE5AC
(158,229,172)
#B1EABB
(177,234,187)
#C4EFCA
(196,239,202)
#D7F4D9
(215,244,217)
#EAF9E8
(234,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2CC752; }

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

This text font color is #2CC752.


Background Color

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

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

This div background color is #2CC752.


Border color

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

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

This div border color is #2CC752.


Opacity

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

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

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

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

This text has shadow with #2CC752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2CC752 on black background.


Color preview on white background

This text has color #2CC752 on white background.



Black color preview on #2CC752 background

This text has black color on #2CC752 background.


White color preview on #2CC752 background

This text has white color on #2CC752 background.