Color Hex Logo

#2ed44e Color Hex

#2ED44E
(46,212,78)
0 Favorites   0 Comments

Color spaces of #2ed44e

RGB 4621278
HSL0.370.660.51
HSV132°78°83°
CMYK 0.780.000.63   0.17
XYZ26.045348.217915.1420
Yxy48.21790.29130.5393
Hunter Lab69.4391-54.566535.6785
CIE-Lab74.9622-67.314953.2127

#2ed44e color RGB value is (46,212,78).

#2ed44e hex color red value is 46, green value is 212 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2ed44e hue: 0.37 , saturation: 0.66 and the lightness value of 2ed44e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010100 01001110
Octal 56 324 116
Decimal 46 212 78
Hex 2E D4 4E

RGB Percentages of Color #2ed44e

%13.69
%63.10
%23.21

CMYK Percentages of Color #2ed44e

%78
%0
%63
%17

Triadic Colors of #2ed44e

#2ed44e #4e2ed4 #d44e2e

Analogous Colors of #2ed44e

#2ed44e #2ed4a1 #61d42e

Monochromatic Colors of #2ed44e

#2ed44e

Complementary Color

#2ed44e #d42eb4

#2ed44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed44e Color CSS Codes

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

#2ed44e Text Font Color

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

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


#2ed44e Background Color

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

This div background color is #2ed44e


#2ed44e Border Color

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

This div border color is #2ed44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed44e


Comments

No comments written yet.

Please login to write comment.