COLOR #2CD595

HEX: #2CD595 RGB: (44,213,149)

Color info

#2CD595 contains mainly green color. Web safe color of #2CD595 is #33CC99 (or #3C9).

RGB color model

#2CD595 color RGB value is (44,213,149).

RGB: (44,213,149) (17%, 84%, 58%)

RGB channels and saturation

R 44 of 255 = 17%
G 213 of 255 = 84%
B 149 of 255 = 58%

44
213
149

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

Portions of RGB colors in percentages

R + G + B = 44 + 213 + 149 = 406 (100%)
R 44 of 406 ~ 10.84%
G 213 of 406 ~ 52.46%
B 149 of 406 ~ 36.7'%

%10.84
%52.46
%36.7

CMYK color model

#2CD595 color CMYK value is (79,0,30,16).

  • cyan value is 79.34%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 16.47%
CMYK: (79,0,30,16) C79M0Y30K16 (79%,0%,30%,16%) (0.79/0.00/0.30/0.16) 

CMYK percentages

%79.34
%0
%30.05
%16.47

Codes

Color #2CD595 in popluar color models

2C D5 95
RGB 44 213 149
HSL 157° 66.80% 50.39%
HSB/HSV 157° 79.34% 83.53%
CMYK 79.34% 0.00% 30.05%
16.47%

Color #2CD595 in popluar number systems.

HEX 2C D5 95
Decimal 44 213 149
Binary 101100 11010101 10010101
Octal 54 325 225

Shades and tints

Shades of #2CD595

#2CD595
(44,213,149)
#28C288
(40,194,136)
#24AF7B
(36,175,123)
#209C6E
(32,156,110)
#1C8961
(28,137,97)
#187654
(24,118,84)
#146347
(20,99,71)
#10503A
(16,80,58)
#0C3D2D
(12,61,45)
#082A20
(8,42,32)
#041713
(4,23,19)
#000000
(0,0,0)

Tints of #2CD595

#2CD595
(44,213,149)
#3FD89E
(63,216,158)
#52DBA7
(82,219,167)
#65DEB0
(101,222,176)
#78E1B9
(120,225,185)
#8BE4C2
(139,228,194)
#9EE7CB
(158,231,203)
#B1EAD4
(177,234,212)
#C4EDDD
(196,237,221)
#D7F0E6
(215,240,230)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2CD595 color. Also use rgb(44,213,149) instead hex code.

Text Font Color

.myTextColor { color: #2CD595; }

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

This text font color is #2CD595.

Background Color

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

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

This div background color is #2CD595.

Border color

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

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

This div border color is #2CD595.

Opacity

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

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

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

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

This text has shadow with #2CD595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2CD595.

Preview

Color preview on black background

This text has color #2CD595 on black background.


Color preview on white background

This text has color #2CD595 on white background.


Black color preview on #2CD595 background

This text has black color on #2CD595 background.


White color preview on #2CD595 background

This text has white color on #2CD595 background.


Related colors

Complementary color

Complementary color for #hex is #D32A6A.


I love getcolorcode.com

Triadic colors

1 #952CD5 and #D5952C with #2CD595 are triadic colors.

2 #95D52C and #D52C95 with #2CD595 are triadic colors.