Color Hex Logo

#2eed59 Color Hex

#2EED59
(46,237,89)
0 Favorites   0 Comments

Color spaces of #2eed59

RGB 4623789
HSL0.370.840.55
HSV134°81°93°
CMYK 0.810.000.62   0.07
XYZ33.214161.870519.6428
Yxy61.87050.28950.5393
Hunter Lab78.6578-62.277640.2543
CIE-Lab82.8445-73.873957.4131

#2eed59 color RGB value is (46,237,89).

#2eed59 hex color red value is 46, green value is 237 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #2eed59 hue: 0.37 , saturation: 0.84 and the lightness value of 2eed59 is 0.55.

The process color (four color CMYK) of #2eed59 color hex is 0.81, 0.00, 0.62, 0.07. Web safe color of #2eed59 is #33ff66. Color #2eed59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101101 01011001
Octal 56 355 131
Decimal 46 237 89
Hex 2E ED 59

RGB Percentages of Color #2eed59

%12.37
%63.71
%23.92

CMYK Percentages of Color #2eed59

%81
%0
%62
%7

Triadic Colors of #2eed59

#2eed59 #592eed #ed592e

Analogous Colors of #2eed59

#2eed59 #2eedb9 #63ed2e

Monochromatic Colors of #2eed59

#2eed59

Complementary Color

#2eed59 #ed2ec2

#2eed59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eed59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eed59 Color CSS Codes

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

#2eed59 Text Font Color

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

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


#2eed59 Background Color

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

This div background color is #2eed59


#2eed59 Border Color

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

This div border color is #2eed59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eed59


Comments

No comments written yet.

Please login to write comment.