Color Hex Logo

#4ae12a Color Hex

#4AE12A
(74,225,42)
0 Favorites   0 Comments

Color spaces of #4ae12a

RGB 7422542
HSL0.300.750.52
HSV110°81°88°
CMYK 0.670.000.81   0.12
XYZ30.167255.473411.3080
Yxy55.47340.31120.5722
Hunter Lab74.4805-58.042143.1346
CIE-Lab79.3132-69.768970.3235

#4ae12a color RGB value is (74,225,42).

#4ae12a hex color red value is 74, green value is 225 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #4ae12a hue: 0.30 , saturation: 0.75 and the lightness value of 4ae12a is 0.52.

The process color (four color CMYK) of #4ae12a color hex is 0.67, 0.00, 0.81, 0.12. Web safe color of #4ae12a is #33cc33. Color #4ae12a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100001 00101010
Octal 112 341 52
Decimal 74 225 42
Hex 4A E1 2A

RGB Percentages of Color #4ae12a

%21.70
%65.98
%12.32

CMYK Percentages of Color #4ae12a

%67
%0
%81
%12

Triadic Colors of #4ae12a

#4ae12a #2a4ae1 #e12a4a

Analogous Colors of #4ae12a

#4ae12a #2ae166 #a6e12a

Monochromatic Colors of #4ae12a

#4ae12a

Complementary Color

#4ae12a #c12ae1

#4ae12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae12a Color CSS Codes

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

#4ae12a Text Font Color

<p style="color:#4ae12a">Text here</p>

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


#4ae12a Background Color

<div style="background-color:#4ae12a">
Div content here</div>

This div background color is #4ae12a


#4ae12a Border Color

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

This div border color is #4ae12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae12a


Comments

No comments written yet.

Please login to write comment.