Color Hex Logo

#49c82e Color Hex

#49C82E
(73,200,46)
0 Favorites   0 Comments

Color spaces of #49c82e

RGB 7320046
HSL0.300.630.48
HSV109°77°78°
CMYK 0.640.000.77   0.22
XYZ23.895142.92239.6102
Yxy42.92230.31270.5616
Hunter Lab65.5151-49.547837.1635
CIE-Lab71.5022-61.596361.8186

#49c82e color RGB value is (73,200,46).

#49c82e hex color red value is 73, green value is 200 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #49c82e hue: 0.30 , saturation: 0.63 and the lightness value of 49c82e is 0.48.

The process color (four color CMYK) of #49c82e color hex is 0.64, 0.00, 0.77, 0.22. Web safe color of #49c82e is #33cc33. Color #49c82e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001000 00101110
Octal 111 310 56
Decimal 73 200 46
Hex 49 C8 2E

RGB Percentages of Color #49c82e

%22.88
%62.70
%14.42

CMYK Percentages of Color #49c82e

%64
%0
%77
%22

Triadic Colors of #49c82e

#49c82e #2e49c8 #c82e49

Analogous Colors of #49c82e

#49c82e #2ec860 #96c82e

Monochromatic Colors of #49c82e

#49c82e

Complementary Color

#49c82e #ad2ec8

#49c82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c82e Color CSS Codes

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

#49c82e Text Font Color

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

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


#49c82e Background Color

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

This div background color is #49c82e


#49c82e Border Color

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

This div border color is #49c82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c82e


Comments

No comments written yet.

Please login to write comment.