Color Hex Logo

#2eb85b Color Hex

#2EB85B
(46,184,91)
0 Favorites   0 Comments

Color spaces of #2eb85b

RGB 4618491
HSL0.390.600.45
HSV140°75°72°
CMYK 0.750.000.51   0.28
XYZ20.155535.617215.7100
Yxy35.61720.28200.4983
Hunter Lab59.6801-44.156326.1688
CIE-Lab66.2264-56.260236.8713

#2eb85b color RGB value is (46,184,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111000 01011011
Octal 56 270 133
Decimal 46 184 91
Hex 2E B8 5B

RGB Percentages of Color #2eb85b

%14.33
%57.32
%28.35

CMYK Percentages of Color #2eb85b

%75
%0
%51
%28

Triadic Colors of #2eb85b

#2eb85b #5b2eb8 #b85b2e

Analogous Colors of #2eb85b

#2eb85b #2eb8a0 #46b82e

Monochromatic Colors of #2eb85b

#2eb85b

Complementary Color

#2eb85b #b82e8b

#2eb85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb85b Color CSS Codes

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

#2eb85b Text Font Color

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

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


#2eb85b Background Color

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

This div background color is #2eb85b


#2eb85b Border Color

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

This div border color is #2eb85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb85b


Comments

No comments written yet.

Please login to write comment.