Color Hex Logo

#49e52d Color Hex

#49E52D
(73,229,45)
0 Favorites   0 Comments

Color spaces of #49e52d

RGB 7322945
HSL0.310.780.54
HSV111°80°90°
CMYK 0.680.000.80   0.10
XYZ31.240657.644611.9626
Yxy57.64460.30980.5716
Hunter Lab75.9240-59.419443.8051
CIE-Lab80.5408-71.062270.6600

#49e52d color RGB value is (73,229,45).

#49e52d hex color red value is 73, green value is 229 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #49e52d hue: 0.31 , saturation: 0.78 and the lightness value of 49e52d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100101 00101101
Octal 111 345 55
Decimal 73 229 45
Hex 49 E5 2D

RGB Percentages of Color #49e52d

%21.04
%65.99
%12.97

CMYK Percentages of Color #49e52d

%68
%0
%80
%10

Triadic Colors of #49e52d

#49e52d #2d49e5 #e52d49

Analogous Colors of #49e52d

#49e52d #2de56d #a5e52d

Monochromatic Colors of #49e52d

#49e52d

Complementary Color

#49e52d #c92de5

#49e52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e52d Color CSS Codes

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

#49e52d Text Font Color

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

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


#49e52d Background Color

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

This div background color is #49e52d


#49e52d Border Color

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

This div border color is #49e52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e52d


Comments

No comments written yet.

Please login to write comment.