Color Hex Logo

#4ae518 Color Hex

#4AE518
(74,229,24)
0 Favorites   0 Comments

Color spaces of #4ae518

RGB 7422924
HSL0.290.810.50
HSV105°90°90°
CMYK 0.680.000.90   0.10
XYZ31.008257.560410.3401
Yxy57.56040.31350.5820
Hunter Lab75.8686-59.815445.0274
CIE-Lab80.4938-71.717375.1216

#4ae518 color RGB value is (74,229,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100101 00011000
Octal 112 345 30
Decimal 74 229 24
Hex 4A E5 18

RGB Percentages of Color #4ae518

%22.63
%70.03
%7.34

CMYK Percentages of Color #4ae518

%68
%0
%90
%10

Triadic Colors of #4ae518

#4ae518 #184ae5 #e5184a

Analogous Colors of #4ae518

#4ae518 #18e54d #b1e518

Monochromatic Colors of #4ae518

#4ae518

Complementary Color

#4ae518 #b318e5

#4ae518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae518 Color CSS Codes

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

#4ae518 Text Font Color

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

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


#4ae518 Background Color

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

This div background color is #4ae518


#4ae518 Border Color

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

This div border color is #4ae518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae518


Comments

No comments written yet.

Please login to write comment.