Color Hex Logo

#2eb04a Color Hex

#2EB04A
(46,176,74)
0 Favorites   0 Comments

Color spaces of #2eb04a

RGB 4617674
HSL0.370.590.44
HSV133°74°69°
CMYK 0.740.000.58   0.31
XYZ17.888132.125911.7367
Yxy32.12590.28970.5203
Hunter Lab56.6797-42.855027.3986
CIE-Lab63.4468-55.907541.7944

#2eb04a color RGB value is (46,176,74).

#2eb04a hex color red value is 46, green value is 176 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #2eb04a hue: 0.37 , saturation: 0.59 and the lightness value of 2eb04a is 0.44.

The process color (four color CMYK) of #2eb04a color hex is 0.74, 0.00, 0.58, 0.31. Web safe color of #2eb04a is #339933. Color #2eb04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110000 01001010
Octal 56 260 112
Decimal 46 176 74
Hex 2E B0 4A

RGB Percentages of Color #2eb04a

%15.54
%59.46
%25.00

CMYK Percentages of Color #2eb04a

%74
%0
%58
%31

Triadic Colors of #2eb04a

#2eb04a #4a2eb0 #b04a2e

Analogous Colors of #2eb04a

#2eb04a #2eb08b #53b02e

Monochromatic Colors of #2eb04a

#2eb04a

Complementary Color

#2eb04a #b02e94

#2eb04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb04a Color CSS Codes

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

#2eb04a Text Font Color

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

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


#2eb04a Background Color

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

This div background color is #2eb04a


#2eb04a Border Color

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

This div border color is #2eb04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb04a


Comments

No comments written yet.

Please login to write comment.