Color Hex Logo

#2dd57c Color Hex

#2DD57C
(45,213,124)
0 Favorites   0 Comments

Color spaces of #2dd57c

RGB 45213124
HSL0.410.670.51
HSV148°79°84°
CMYK 0.790.000.42   0.16
XYZ28.514549.601627.1400
Yxy49.60160.27090.4712
Hunter Lab70.4284-50.980026.4521
CIE-Lab75.8241-61.075432.4500

#2dd57c color RGB value is (45,213,124).

#2dd57c hex color red value is 45, green value is 213 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #2dd57c hue: 0.41 , saturation: 0.67 and the lightness value of 2dd57c is 0.51.

The process color (four color CMYK) of #2dd57c color hex is 0.79, 0.00, 0.42, 0.16. Web safe color of #2dd57c is #33cc66. Color #2dd57c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010101 01111100
Octal 55 325 174
Decimal 45 213 124
Hex 2D D5 7C

RGB Percentages of Color #2dd57c

%11.78
%55.76
%32.46

CMYK Percentages of Color #2dd57c

%79
%0
%42
%16

Triadic Colors of #2dd57c

#2dd57c #7c2dd5 #d57c2d

Analogous Colors of #2dd57c

#2dd57c #2dd5d0 #32d52d

Monochromatic Colors of #2dd57c

#2dd57c

Complementary Color

#2dd57c #d52d86

#2dd57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd57c Color CSS Codes

.mybgcolor {background-color:#2dd57c; } 
.myforecolor {color:#2dd57c; }
.mybordercolor {border:3px solid #2dd57c; }

#2dd57c Text Font Color

<p style="color:#2dd57c">Text here</p>

This sample text font color is #2dd57c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2dd57c Background Color

<div style="background-color:#2dd57c">
Div content here</div>

This div background color is #2dd57c


#2dd57c Border Color

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

This div border color is #2dd57c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,213,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2dd57c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2dd57c;
  -webkit-box-shadow: 1px 1px 3px 2px #2dd57c;
  box-shadow:         1px 1px 3px 2px #2dd57c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,213,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2dd57c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2dd57c;
  -webkit-box-shadow: 1px 1px 3px 2px #2dd57c;
  box-shadow:         1px 1px 3px 2px #2dd57c;">
Div content here</div>

This div box has shadow with color #2dd57c


Comments

No comments written yet.

Please login to write comment.