Color Hex Logo

#2eb85e Color Hex

#2EB85E
(46,184,94)
0 Favorites   0 Comments

Color spaces of #2eb85e

RGB 4618494
HSL0.390.600.45
HSV141°75°72°
CMYK 0.750.000.49   0.28
XYZ20.287635.670016.4054
Yxy35.67000.28040.4929
Hunter Lab59.7244-43.883525.5210
CIE-Lab66.2670-55.785335.4158

#2eb85e color RGB value is (46,184,94).

#2eb85e hex color red value is 46, green value is 184 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2eb85e hue: 0.39 , saturation: 0.60 and the lightness value of 2eb85e is 0.45.

The process color (four color CMYK) of #2eb85e color hex is 0.75, 0.00, 0.49, 0.28. Web safe color of #2eb85e is #33cc66. Color #2eb85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111000 01011110
Octal 56 270 136
Decimal 46 184 94
Hex 2E B8 5E

RGB Percentages of Color #2eb85e

%14.20
%56.79
%29.01

CMYK Percentages of Color #2eb85e

%75
%0
%49
%28

Triadic Colors of #2eb85e

#2eb85e #5e2eb8 #b85e2e

Analogous Colors of #2eb85e

#2eb85e #2eb8a3 #43b82e

Monochromatic Colors of #2eb85e

#2eb85e

Complementary Color

#2eb85e #b82e88

#2eb85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb85e Color CSS Codes

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

#2eb85e Text Font Color

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

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


#2eb85e Background Color

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

This div background color is #2eb85e


#2eb85e Border Color

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

This div border color is #2eb85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb85e


Comments

No comments written yet.

Please login to write comment.