COLOR #2CC592

HEX: #2CC592
RGB: (44,197,146)

Color info

#2CC592 contains mainly green and blue colors. Web safe color of #2CC592 is #33CC99 (or #3C9).

RGB color model

#2CC592 color RGB value is (44,197,146).

  • red value is 44;
  • green value is 197;
  • blue value is 146.
RGB:
(44,197,146)
(17%,77%,57%)

RGB channels and saturation

R 44 of 255 = 17%
G 197 of 255 = 77%
B 146 of 255 = 57%

44
197
146

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

Portions of RGB colors in percentages

R + G + B =
44 + 197 + 146 = 387 (100%)
R 44 of 387 ~ 11.37%
G 197 of 387 ~ 50.9%
B 146 of 387 ~ 37.73%

%11.37
%50.9
%37.73

CMYK color model

#2CC592 color CMYK value is (78,0,26,23).

  • cyan value is 77.66%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(78,0,26,23)
C78M0Y26K23 
(78%,0%,26%,23%)
(0.78/0.00/0.26/0.23)	

CMYK percentages

%77.66
%0
%25.89
%22.75

Codes

Color #2CC592 in popluar color models

2CC592
RGB44197146
HSL160°63.49%47.25%
HSB/HSV160°77.66%77.25%
CMYK77.66%0.00%25.89%
22.75%

Color #2CC592 in popluar number systems.

HEX2CC592
Decimal44197146
Binary1011001100010110010010
Octal54305222

Shades and tints

Shades of #2CC592

#2CC592
(44,197,146)
#28B485
(40,180,133)
#24A378
(36,163,120)
#20926B
(32,146,107)
#1C815E
(28,129,94)
#187051
(24,112,81)
#145F44
(20,95,68)
#104E37
(16,78,55)
#0C3D2A
(12,61,42)
#082C1D
(8,44,29)
#041B10
(4,27,16)
#000000
(0,0,0)

Tints of #2CC592

#2CC592
(44,197,146)
#3FCA9B
(63,202,155)
#52CFA4
(82,207,164)
#65D4AD
(101,212,173)
#78D9B6
(120,217,182)
#8BDEBF
(139,222,191)
#9EE3C8
(158,227,200)
#B1E8D1
(177,232,209)
#C4EDDA
(196,237,218)
#D7F2E3
(215,242,227)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2CC592 color. Also use rgb(44,197,146) instead hex code.

Text Font Color

.myTextColor { color: #2CC592; }

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

This text font color is #2CC592.


Background Color

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

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

This div background color is #2CC592.


Border color

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

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

This div border color is #2CC592.


Opacity

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

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

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

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

This text has shadow with #2CC592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2CC592 on black background.


Color preview on white background

This text has color #2CC592 on white background.



Black color preview on #2CC592 background

This text has black color on #2CC592 background.


White color preview on #2CC592 background

This text has white color on #2CC592 background.