Color Hex Logo

#49c12e Color Hex

#49C12E
(73,193,46)
0 Favorites   0 Comments

Color spaces of #49c12e

RGB 7319346
HSL0.300.620.47
HSV109°76°76°
CMYK 0.620.000.76   0.24
XYZ22.310839.75379.0821
Yxy39.75370.31360.5588
Hunter Lab63.0505-47.175235.5950
CIE-Lab69.2937-59.211459.6728

#49c12e color RGB value is (73,193,46).

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

The process color (four color CMYK) of #49c12e color hex is 0.62, 0.00, 0.76, 0.24. Web safe color of #49c12e is #33cc33. Color #49c12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11000001 00101110
Octal 111 301 56
Decimal 73 193 46
Hex 49 C1 2E

RGB Percentages of Color #49c12e

%23.40
%61.86
%14.74

CMYK Percentages of Color #49c12e

%62
%0
%76
%24

Triadic Colors of #49c12e

#49c12e #2e49c1 #c12e49

Analogous Colors of #49c12e

#49c12e #2ec15d #93c12e

Monochromatic Colors of #49c12e

#49c12e

Complementary Color

#49c12e #a62ec1

#49c12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c12e Color CSS Codes

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

#49c12e Text Font Color

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

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


#49c12e Background Color

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

This div background color is #49c12e


#49c12e Border Color

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

This div border color is #49c12e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,193,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 #49c12e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c12e


Comments

No comments written yet.

Please login to write comment.