Color Hex Logo

#2aee3a Color Hex

#2AEE3A
(42,238,58)
0 Favorites   0 Comments

Color spaces of #2aee3a

RGB 4223858
HSL0.350.850.55
HSV125°82°93°
CMYK 0.820.000.76   0.07
XYZ32.293161.946814.2579
Yxy61.94680.29760.5709
Hunter Lab78.7063-64.497744.3538
CIE-Lab82.8851-77.334768.9302

#2aee3a color RGB value is (42,238,58).

#2aee3a hex color red value is 42, green value is 238 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #2aee3a hue: 0.35 , saturation: 0.85 and the lightness value of 2aee3a is 0.55.

The process color (four color CMYK) of #2aee3a color hex is 0.82, 0.00, 0.76, 0.07. Web safe color of #2aee3a is #33ff33. Color #2aee3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101110 00111010
Octal 52 356 72
Decimal 42 238 58
Hex 2A EE 3A

RGB Percentages of Color #2aee3a

%12.43
%70.41
%17.16

CMYK Percentages of Color #2aee3a

%82
%0
%76
%7

Triadic Colors of #2aee3a

#2aee3a #3a2aee #ee3a2a

Analogous Colors of #2aee3a

#2aee3a #2aee9c #7cee2a

Monochromatic Colors of #2aee3a

#2aee3a

Complementary Color

#2aee3a #ee2ade

#2aee3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aee3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aee3a Color CSS Codes

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

#2aee3a Text Font Color

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

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


#2aee3a Background Color

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

This div background color is #2aee3a


#2aee3a Border Color

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

This div border color is #2aee3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aee3a


Comments

No comments written yet.

Please login to write comment.