Color Hex Logo

#4ae612 Color Hex

#4AE612
(74,230,18)
0 Favorites   0 Comments

Color spaces of #4ae612

RGB 7423018
HSL0.290.850.49
HSV104°92°90°
CMYK 0.680.000.92   0.10
XYZ31.230058.093110.1394
Yxy58.09310.31400.5841
Hunter Lab76.2188-60.244145.4658
CIE-Lab80.7905-72.177776.2275

#4ae612 color RGB value is (74,230,18).

#4ae612 hex color red value is 74, green value is 230 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #4ae612 hue: 0.29 , saturation: 0.85 and the lightness value of 4ae612 is 0.49.

The process color (four color CMYK) of #4ae612 color hex is 0.68, 0.00, 0.92, 0.10. Web safe color of #4ae612 is #33ff00. Color #4ae612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100110 00010010
Octal 112 346 22
Decimal 74 230 18
Hex 4A E6 12

RGB Percentages of Color #4ae612

%22.98
%71.43
%5.59

CMYK Percentages of Color #4ae612

%68
%0
%92
%10

Triadic Colors of #4ae612

#4ae612 #124ae6 #e6124a

Analogous Colors of #4ae612

#4ae612 #12e644 #b4e612

Monochromatic Colors of #4ae612

#4ae612

Complementary Color

#4ae612 #ae12e6

#4ae612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae612 Color CSS Codes

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

#4ae612 Text Font Color

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

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


#4ae612 Background Color

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

This div background color is #4ae612


#4ae612 Border Color

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

This div border color is #4ae612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae612


Comments

No comments written yet.

Please login to write comment.