Color Hex Logo

#2ae74a Color Hex

#2AE74A
(42,231,74)
0 Favorites   0 Comments

Color spaces of #2ae74a

RGB 4223174
HSL0.360.800.54
HSV130°82°91°
CMYK 0.820.000.68   0.09
XYZ30.766858.138516.0788
Yxy58.13850.29310.5538
Hunter Lab76.2486-61.409240.8713
CIE-Lab80.8157-74.000661.2108

#2ae74a color RGB value is (42,231,74).

#2ae74a hex color red value is 42, green value is 231 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #2ae74a hue: 0.36 , saturation: 0.80 and the lightness value of 2ae74a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11100111 01001010
Octal 52 347 112
Decimal 42 231 74
Hex 2A E7 4A

RGB Percentages of Color #2ae74a

%12.10
%66.57
%21.33

CMYK Percentages of Color #2ae74a

%82
%0
%68
%9

Triadic Colors of #2ae74a

#2ae74a #4a2ae7 #e74a2a

Analogous Colors of #2ae74a

#2ae74a #2ae7a9 #69e72a

Monochromatic Colors of #2ae74a

#2ae74a

Complementary Color

#2ae74a #e72ac7

#2ae74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ae74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ae74a Color CSS Codes

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

#2ae74a Text Font Color

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

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


#2ae74a Background Color

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

This div background color is #2ae74a


#2ae74a Border Color

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

This div border color is #2ae74a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,231,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 #2ae74a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ae74a


Comments

No comments written yet.

Please login to write comment.