Color Hex Logo

#2ed77c Color Hex

#2ED77C
(46,215,124)
0 Favorites   0 Comments

Color spaces of #2ed77c

RGB 46215124
HSL0.410.680.51
HSV148°79°84°
CMYK 0.790.000.42   0.16
XYZ29.065250.637027.3108
Yxy50.63700.27160.4732
Hunter Lab71.1597-51.621027.0565
CIE-Lab76.4586-61.669333.2805

#2ed77c color RGB value is (46,215,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010111 01111100
Octal 56 327 174
Decimal 46 215 124
Hex 2E D7 7C

RGB Percentages of Color #2ed77c

%11.95
%55.84
%32.21

CMYK Percentages of Color #2ed77c

%79
%0
%42
%16

Triadic Colors of #2ed77c

#2ed77c #7c2ed7 #d77c2e

Analogous Colors of #2ed77c

#2ed77c #2ed7d1 #35d72e

Monochromatic Colors of #2ed77c

#2ed77c

Complementary Color

#2ed77c #d72e89

#2ed77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed77c Color CSS Codes

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

#2ed77c Text Font Color

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

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


#2ed77c Background Color

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

This div background color is #2ed77c


#2ed77c Border Color

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

This div border color is #2ed77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed77c


Comments

No comments written yet.

Please login to write comment.