Color Hex Logo

#4ae148 Color Hex

#4AE148
(74,225,72)
0 Favorites   0 Comments

Color spaces of #4ae148

RGB 7422572
HSL0.330.720.58
HSV119°68°88°
CMYK 0.670.000.68   0.12
XYZ30.919055.774215.2668
Yxy55.77420.30320.5470
Hunter Lab74.6821-56.793340.1572
CIE-Lab79.4851-67.700160.7271

#4ae148 color RGB value is (74,225,72).

#4ae148 hex color red value is 74, green value is 225 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #4ae148 hue: 0.33 , saturation: 0.72 and the lightness value of 4ae148 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100001 01001000
Octal 112 341 110
Decimal 74 225 72
Hex 4A E1 48

RGB Percentages of Color #4ae148

%19.95
%60.65
%19.41

CMYK Percentages of Color #4ae148

%67
%0
%68
%12

Triadic Colors of #4ae148

#4ae148 #484ae1 #e1484a

Analogous Colors of #4ae148

#4ae148 #48e193 #97e148

Monochromatic Colors of #4ae148

#4ae148

Complementary Color

#4ae148 #df48e1

#4ae148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae148 Color CSS Codes

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

#4ae148 Text Font Color

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

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


#4ae148 Background Color

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

This div background color is #4ae148


#4ae148 Border Color

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

This div border color is #4ae148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae148


Comments

No comments written yet.

Please login to write comment.