Color Hex Logo

#2ec36a Color Hex

#2EC36A
(46,195,106)
0 Favorites   0 Comments

Color spaces of #2ec36a

RGB 46195106
HSL0.400.620.47
HSV144°76°76°
CMYK 0.760.000.46   0.24
XYZ23.243340.651720.2572
Yxy40.65170.27620.4831
Hunter Lab63.7587-46.505325.7937
CIE-Lab69.9312-57.720533.9826

#2ec36a color RGB value is (46,195,106).

#2ec36a hex color red value is 46, green value is 195 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #2ec36a hue: 0.40 , saturation: 0.62 and the lightness value of 2ec36a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11000011 01101010
Octal 56 303 152
Decimal 46 195 106
Hex 2E C3 6A

RGB Percentages of Color #2ec36a

%13.26
%56.20
%30.55

CMYK Percentages of Color #2ec36a

%76
%0
%46
%24

Triadic Colors of #2ec36a

#2ec36a #6a2ec3 #c36a2e

Analogous Colors of #2ec36a

#2ec36a #2ec3b5 #3dc32e

Monochromatic Colors of #2ec36a

#2ec36a

Complementary Color

#2ec36a #c32e87

#2ec36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec36a Color CSS Codes

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

#2ec36a Text Font Color

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

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


#2ec36a Background Color

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

This div background color is #2ec36a


#2ec36a Border Color

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

This div border color is #2ec36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec36a


Comments

No comments written yet.

Please login to write comment.