Color Hex Logo

#2ea538 Color Hex

#2EA538
(46,165,56)
0 Favorites   0 Comments

Color spaces of #2ea538

RGB 4616556
HSL0.350.560.41
HSV125°72°65°
CMYK 0.720.000.66   0.35
XYZ15.295727.77668.2966
Yxy27.77660.29780.5407
Hunter Lab52.7035-40.426627.5590
CIE-Lab59.6864-54.269045.7040

#2ea538 color RGB value is (46,165,56).

#2ea538 hex color red value is 46, green value is 165 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #2ea538 hue: 0.35 , saturation: 0.56 and the lightness value of 2ea538 is 0.41.

The process color (four color CMYK) of #2ea538 color hex is 0.72, 0.00, 0.66, 0.35. Web safe color of #2ea538 is #339933. Color #2ea538 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100101 00111000
Octal 56 245 70
Decimal 46 165 56
Hex 2E A5 38

RGB Percentages of Color #2ea538

%17.23
%61.80
%20.97

CMYK Percentages of Color #2ea538

%72
%0
%66
%35

Triadic Colors of #2ea538

#2ea538 #382ea5 #a5382e

Analogous Colors of #2ea538

#2ea538 #2ea574 #60a52e

Monochromatic Colors of #2ea538

#2ea538

Complementary Color

#2ea538 #a52e9b

#2ea538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea538 Color CSS Codes

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

#2ea538 Text Font Color

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

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


#2ea538 Background Color

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

This div background color is #2ea538


#2ea538 Border Color

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

This div border color is #2ea538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea538


Comments

No comments written yet.

Please login to write comment.