Color Hex Logo

#49dd27 Color Hex

#49DD27
(73,221,39)
0 Favorites   0 Comments

Color spaces of #49dd27

RGB 7322139
HSL0.300.730.51
HSV109°82°87°
CMYK 0.670.000.82   0.13
XYZ28.970353.275910.6758
Yxy53.27590.31180.5733
Hunter Lab72.9903-56.885442.4213
CIE-Lab78.0376-68.842469.9099

#49dd27 color RGB value is (73,221,39).

#49dd27 hex color red value is 73, green value is 221 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #49dd27 hue: 0.30 , saturation: 0.73 and the lightness value of 49dd27 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011101 00100111
Octal 111 335 47
Decimal 73 221 39
Hex 49 DD 27

RGB Percentages of Color #49dd27

%21.92
%66.37
%11.71

CMYK Percentages of Color #49dd27

%67
%0
%82
%13

Triadic Colors of #49dd27

#49dd27 #2749dd #dd2749

Analogous Colors of #49dd27

#49dd27 #27dd60 #a4dd27

Monochromatic Colors of #49dd27

#49dd27

Complementary Color

#49dd27 #bb27dd

#49dd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dd27 Color CSS Codes

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

#49dd27 Text Font Color

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

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


#49dd27 Background Color

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

This div background color is #49dd27


#49dd27 Border Color

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

This div border color is #49dd27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dd27


Comments

No comments written yet.

Please login to write comment.