Color Hex Logo

#4ae418 Color Hex

#4AE418
(74,228,24)
0 Favorites   0 Comments

Color spaces of #4ae418

RGB 7422824
HSL0.290.810.49
HSV105°89°89°
CMYK 0.680.000.89   0.11
XYZ30.732357.008610.2482
Yxy57.00860.31360.5818
Hunter Lab75.5040-59.477544.8054
CIE-Lab80.1844-71.407974.8594

#4ae418 color RGB value is (74,228,24).

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

The process color (four color CMYK) of #4ae418 color hex is 0.68, 0.00, 0.89, 0.11. Web safe color of #4ae418 is #33cc00. Color #4ae418 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100100 00011000
Octal 112 344 30
Decimal 74 228 24
Hex 4A E4 18

RGB Percentages of Color #4ae418

%22.70
%69.94
%7.36

CMYK Percentages of Color #4ae418

%68
%0
%89
%11

Triadic Colors of #4ae418

#4ae418 #184ae4 #e4184a

Analogous Colors of #4ae418

#4ae418 #18e44c #b0e418

Monochromatic Colors of #4ae418

#4ae418

Complementary Color

#4ae418 #b218e4

#4ae418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae418 Color CSS Codes

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

#4ae418 Text Font Color

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

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


#4ae418 Background Color

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

This div background color is #4ae418


#4ae418 Border Color

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

This div border color is #4ae418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae418


Comments

No comments written yet.

Please login to write comment.