Color Hex Logo

#49d61d Color Hex

#49D61D
(73,214,29)
0 Favorites   0 Comments

Color spaces of #49d61d

RGB 7321429
HSL0.290.760.48
HSV106°86°84°
CMYK 0.660.000.86   0.16
XYZ27.016049.59839.3119
Yxy49.59830.31440.5772
Hunter Lab70.4261-54.771641.4588
CIE-Lab75.8220-67.035870.1976

#49d61d color RGB value is (73,214,29).

#49d61d hex color red value is 73, green value is 214 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #49d61d hue: 0.29 , saturation: 0.76 and the lightness value of 49d61d is 0.48.

The process color (four color CMYK) of #49d61d color hex is 0.66, 0.00, 0.86, 0.16. Web safe color of #49d61d is #33cc33. Color #49d61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11010110 00011101
Octal 111 326 35
Decimal 73 214 29
Hex 49 D6 1D

RGB Percentages of Color #49d61d

%23.10
%67.72
%9.18

CMYK Percentages of Color #49d61d

%66
%0
%86
%16

Triadic Colors of #49d61d

#49d61d #1d49d6 #d61d49

Analogous Colors of #49d61d

#49d61d #1dd64d #a6d61d

Monochromatic Colors of #49d61d

#49d61d

Complementary Color

#49d61d #aa1dd6

#49d61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49d61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49d61d Color CSS Codes

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

#49d61d Text Font Color

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

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


#49d61d Background Color

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

This div background color is #49d61d


#49d61d Border Color

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

This div border color is #49d61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49d61d


Comments

No comments written yet.

Please login to write comment.