Color Hex Logo

#2eba64 Color Hex

#2EBA64
(46,186,100)
0 Favorites   0 Comments

Color spaces of #2eba64

RGB 46186100
HSL0.400.600.45
HSV143°75°73°
CMYK 0.750.000.46   0.27
XYZ20.985936.618818.0186
Yxy36.61880.27750.4842
Hunter Lab60.5135-43.995324.7051
CIE-Lab66.9900-55.512133.2826

#2eba64 color RGB value is (46,186,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 01100100
Octal 56 272 144
Decimal 46 186 100
Hex 2E BA 64

RGB Percentages of Color #2eba64

%13.86
%56.02
%30.12

CMYK Percentages of Color #2eba64

%75
%0
%46
%27

Triadic Colors of #2eba64

#2eba64 #642eba #ba642e

Analogous Colors of #2eba64

#2eba64 #2ebaaa #3eba2e

Monochromatic Colors of #2eba64

#2eba64

Complementary Color

#2eba64 #ba2e84

#2eba64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eba64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eba64 Color CSS Codes

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

#2eba64 Text Font Color

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

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


#2eba64 Background Color

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

This div background color is #2eba64


#2eba64 Border Color

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

This div border color is #2eba64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eba64


Comments

No comments written yet.

Please login to write comment.