COLOR #2DD59C

HEX: #2DD59C
RGB: (45,213,156)

Color info

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

RGB color model

#2DD59C color RGB value is (45,213,156).

  • red value is 45;
  • green value is 213;
  • blue value is 156.
RGB:
(45,213,156)
(18%,84%,61%)

RGB channels and saturation

R 45 of 255 = 18%
G 213 of 255 = 84%
B 156 of 255 = 61%

45
213
156

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

Portions of RGB colors in percentages

R + G + B =
45 + 213 + 156 = 414 (100%)
R 45 of 414 ~ 10.87%
G 213 of 414 ~ 51.45%
B 156 of 414 ~ 37.68%

%10.87
%51.45
%37.68

CMYK color model

#2DD59C color CMYK value is (79,0,27,16).

  • cyan value is 78.87%
  • magenta value is 0.00%
  • yellow value is 26.76%
  • key color value is 16.47%
CMYK:
(79,0,27,16)
C79M0Y27K16 
(79%,0%,27%,16%)
(0.79/0.00/0.27/0.16)	

CMYK percentages

%78.87
%0
%26.76
%16.47

Codes

Color #2DD59C in popluar color models

2DD59C
RGB45213156
HSL160°66.67%50.59%
HSB/HSV160°78.87%83.53%
CMYK78.87%0.00%26.76%
16.47%

Color #2DD59C in popluar number systems.

HEX2DD59C
Decimal45213156
Binary1011011101010110011100
Octal55325234

Shades and tints

Shades of #2DD59C

#2DD59C
(45,213,156)
#29C28E
(41,194,142)
#25AF80
(37,175,128)
#219C72
(33,156,114)
#1D8964
(29,137,100)
#197656
(25,118,86)
#156348
(21,99,72)
#11503A
(17,80,58)
#0D3D2C
(13,61,44)
#092A1E
(9,42,30)
#051710
(5,23,16)
#000000
(0,0,0)

Tints of #2DD59C

#2DD59C
(45,213,156)
#40D8A5
(64,216,165)
#53DBAE
(83,219,174)
#66DEB7
(102,222,183)
#79E1C0
(121,225,192)
#8CE4C9
(140,228,201)
#9FE7D2
(159,231,210)
#B2EADB
(178,234,219)
#C5EDE4
(197,237,228)
#D8F0ED
(216,240,237)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2DD59C color. Also use rgb(45,213,156) instead hex code.

Text Font Color

.myTextColor { color: #2DD59C; }

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

This text font color is #2DD59C.


Background Color

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

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

This div background color is #2DD59C.


Border color

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

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

This div border color is #2DD59C.


Opacity

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

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

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

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

This text has shadow with #2DD59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2DD59C on black background.


Color preview on white background

This text has color #2DD59C on white background.



Black color preview on #2DD59C background

This text has black color on #2DD59C background.


White color preview on #2DD59C background

This text has white color on #2DD59C background.