Color Hex Logo

#2ed71c Color Hex

#2ED71C
(46,215,28)
0 Favorites   0 Comments

Color spaces of #2ed71c

RGB 4621528
HSL0.320.770.48
HSV114°87°84°
CMYK 0.790.000.87   0.16
XYZ25.636849.26569.2566
Yxy49.26560.30460.5854
Hunter Lab70.1895-57.634241.3134
CIE-Lab75.6163-71.841270.0176

#2ed71c color RGB value is (46,215,28).

#2ed71c hex color red value is 46, green value is 215 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #2ed71c hue: 0.32 , saturation: 0.77 and the lightness value of 2ed71c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010111 00011100
Octal 56 327 34
Decimal 46 215 28
Hex 2E D7 1C

RGB Percentages of Color #2ed71c

%15.92
%74.39
%9.69

CMYK Percentages of Color #2ed71c

%79
%0
%87
%16

Triadic Colors of #2ed71c

#2ed71c #1c2ed7 #d71c2e

Analogous Colors of #2ed71c

#2ed71c #1cd768 #8cd71c

Monochromatic Colors of #2ed71c

#2ed71c

Complementary Color

#2ed71c #c51cd7

#2ed71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed71c Color CSS Codes

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

#2ed71c Text Font Color

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

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


#2ed71c Background Color

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

This div background color is #2ed71c


#2ed71c Border Color

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

This div border color is #2ed71c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,215,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed71c


Comments

No comments written yet.

Please login to write comment.