Color Hex Logo

#49dd40 Color Hex

#49DD40
(73,221,64)
0 Favorites   0 Comments

Color spaces of #49dd40

RGB 7322164
HSL0.320.700.56
HSV117°71°87°
CMYK 0.670.000.71   0.13
XYZ29.529553.499513.6206
Yxy53.49950.30550.5535
Hunter Lab73.1434-55.936740.1595
CIE-Lab78.1690-67.257462.3353

#49dd40 color RGB value is (73,221,64).

#49dd40 hex color red value is 73, green value is 221 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #49dd40 hue: 0.32 , saturation: 0.70 and the lightness value of 49dd40 is 0.56.

The process color (four color CMYK) of #49dd40 color hex is 0.67, 0.00, 0.71, 0.13. Web safe color of #49dd40 is #33cc33. Color #49dd40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011101 01000000
Octal 111 335 100
Decimal 73 221 64
Hex 49 DD 40

RGB Percentages of Color #49dd40

%20.39
%61.73
%17.88

CMYK Percentages of Color #49dd40

%67
%0
%71
%13

Triadic Colors of #49dd40

#49dd40 #4049dd #dd4049

Analogous Colors of #49dd40

#49dd40 #40dd86 #98dd40

Monochromatic Colors of #49dd40

#49dd40

Complementary Color

#49dd40 #d440dd

#49dd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dd40 Color CSS Codes

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

#49dd40 Text Font Color

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

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


#49dd40 Background Color

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

This div background color is #49dd40


#49dd40 Border Color

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

This div border color is #49dd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dd40


Comments

No comments written yet.

Please login to write comment.