Color Hex Logo

#3aec2e Color Hex

#3AEC2E
(58,236,46)
0 Favorites   0 Comments

Color spaces of #3aec2e

RGB 5823646
HSL0.320.830.55
HSV116°81°93°
CMYK 0.750.000.81   0.07
XYZ32.233561.087712.6770
Yxy61.08770.30410.5763
Hunter Lab78.1586-63.162245.0944
CIE-Lab82.4259-75.570072.0401

#3aec2e color RGB value is (58,236,46).

#3aec2e hex color red value is 58, green value is 236 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #3aec2e hue: 0.32 , saturation: 0.83 and the lightness value of 3aec2e is 0.55.

The process color (four color CMYK) of #3aec2e color hex is 0.75, 0.00, 0.81, 0.07. Web safe color of #3aec2e is #33ff33. Color #3aec2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101100 00101110
Octal 72 354 56
Decimal 58 236 46
Hex 3A EC 2E

RGB Percentages of Color #3aec2e

%17.06
%69.41
%13.53

CMYK Percentages of Color #3aec2e

%75
%0
%81
%7

Triadic Colors of #3aec2e

#3aec2e #2e3aec #ec2e3a

Analogous Colors of #3aec2e

#3aec2e #2eec81 #99ec2e

Monochromatic Colors of #3aec2e

#3aec2e

Complementary Color

#3aec2e #e02eec

#3aec2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aec2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aec2e Color CSS Codes

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

#3aec2e Text Font Color

<p style="color:#3aec2e">Text here</p>

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


#3aec2e Background Color

<div style="background-color:#3aec2e">
Div content here</div>

This div background color is #3aec2e


#3aec2e Border Color

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

This div border color is #3aec2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aec2e


Comments

No comments written yet.

Please login to write comment.