Color Hex Logo

#2ed17c Color Hex

#2ED17C
(46,209,124)
0 Favorites   0 Comments

Color spaces of #2ed17c

RGB 46209124
HSL0.410.640.50
HSV149°78°82°
CMYK 0.780.000.41   0.18
XYZ27.565347.637026.8108
Yxy47.63700.27020.4670
Hunter Lab69.0196-49.494225.2824
CIE-Lab74.5954-59.535430.8425

#2ed17c color RGB value is (46,209,124).

#2ed17c hex color red value is 46, green value is 209 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #2ed17c hue: 0.41 , saturation: 0.64 and the lightness value of 2ed17c is 0.50.

The process color (four color CMYK) of #2ed17c color hex is 0.78, 0.00, 0.41, 0.18. Web safe color of #2ed17c is #33cc66. Color #2ed17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010001 01111100
Octal 56 321 174
Decimal 46 209 124
Hex 2E D1 7C

RGB Percentages of Color #2ed17c

%12.14
%55.15
%32.72

CMYK Percentages of Color #2ed17c

%78
%0
%41
%18

Triadic Colors of #2ed17c

#2ed17c #7c2ed1 #d17c2e

Analogous Colors of #2ed17c

#2ed17c #2ed1ce #32d12e

Monochromatic Colors of #2ed17c

#2ed17c

Complementary Color

#2ed17c #d12e83

#2ed17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed17c Color CSS Codes

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

#2ed17c Text Font Color

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

This sample text font color is #2ed17c
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.


#2ed17c Background Color

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

This div background color is #2ed17c


#2ed17c Border Color

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

This div border color is #2ed17c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,209,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 #2ed17c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed17c


Comments

No comments written yet.

Please login to write comment.