color codes Logo

#2ed94e color codes

#2ED94E
(46,217,78)
0 Favorites   0 Comments

Color spaces of #2ed94e

RGB 4621778
HSL0.360.690.52
HSV131°79°85°
CMYK 0.790.000.64   0.15
XYZ27.314750.756615.5651
Yxy50.75660.29170.5421
Hunter Lab71.2437-56.239836.9171
CIE-Lab76.5313-68.886054.9619

#2ed94e color RGB value is (46,217,78).

#2ed94e hex color red value is 46, green value is 217 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2ed94e hue: 0.36 , saturation: 0.69 and the lightness value of 2ed94e is 0.52.

The process color (four color CMYK) of #2ed94e color code is 0.79, 0.00, 0.64, 0.15. Web safe color of #2ed94e is #33cc66. Color #2ed94e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011001 01001110
Octal 56 331 116
Decimal 46 217 78
Hex 2E D9 4E

RGB Percentages of Color #2ed94e

%13.49
%63.64
%22.87

CMYK Percentages of Color #2ed94e

%79
%0
%64
%15

Triadic Colors of #2ed94e

#2ed94e #4e2ed9 #d94e2e

Analogous Colors of #2ed94e

#2ed94e #2ed9a4 #64d92e

Monochromatic Colors of #2ed94e

#2ed94e

Complementary Color

#2ed94e #d92eb9

#2ed94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed94e Color CSS Codes

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

#2ed94e Text Font Color

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

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


#2ed94e Background Color

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

This div background color is #2ed94e


#2ed94e Border Color

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

This div border color is #2ed94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed94e


Comments

No comments written yet.

Please login to write comment.