Color Hex Logo

#49e32c Color Hex

#49E32C
(73,227,44)
0 Favorites   0 Comments

Color spaces of #49e32c

RGB 7322744
HSL0.310.770.53
HSV110°81°89°
CMYK 0.680.000.81   0.11
XYZ30.671456.536511.6790
Yxy56.53650.31020.5717
Hunter Lab75.1908-58.771143.4243
CIE-Lab79.9182-70.487170.3496

#49e32c color RGB value is (73,227,44).

#49e32c hex color red value is 73, green value is 227 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #49e32c hue: 0.31 , saturation: 0.77 and the lightness value of 49e32c is 0.53.

The process color (four color CMYK) of #49e32c color hex is 0.68, 0.00, 0.81, 0.11. Web safe color of #49e32c is #33cc33. Color #49e32c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100011 00101100
Octal 111 343 54
Decimal 73 227 44
Hex 49 E3 2C

RGB Percentages of Color #49e32c

%21.22
%65.99
%12.79

CMYK Percentages of Color #49e32c

%68
%0
%81
%11

Triadic Colors of #49e32c

#49e32c #2c49e3 #e32c49

Analogous Colors of #49e32c

#49e32c #2ce36b #a5e32c

Monochromatic Colors of #49e32c

#49e32c

Complementary Color

#49e32c #c62ce3

#49e32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e32c Color CSS Codes

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

#49e32c Text Font Color

<p style="color:#49e32c">Text here</p>

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


#49e32c Background Color

<div style="background-color:#49e32c">
Div content here</div>

This div background color is #49e32c


#49e32c Border Color

<div style="border:3px solid #49e32c">
Div here</div>

This div border color is #49e32c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,227,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49e32c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49e32c;
  -webkit-box-shadow: 1px 1px 3px 2px #49e32c;
  box-shadow:         1px 1px 3px 2px #49e32c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,227,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e32c


Comments

No comments written yet.

Please login to write comment.