Color Hex Logo

#49df2e Color Hex

#49DF2E
(73,223,46)
0 Favorites   0 Comments

Color spaces of #49df2e

RGB 7322346
HSL0.310.730.53
HSV111°79°87°
CMYK 0.670.000.79   0.13
XYZ29.628554.389111.5213
Yxy54.38910.31010.5693
Hunter Lab73.7490-57.348742.3618
CIE-Lab78.6881-69.116968.6583

#49df2e color RGB value is (73,223,46).

#49df2e hex color red value is 73, green value is 223 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #49df2e hue: 0.31 , saturation: 0.73 and the lightness value of 49df2e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011111 00101110
Octal 111 337 56
Decimal 73 223 46
Hex 49 DF 2E

RGB Percentages of Color #49df2e

%21.35
%65.20
%13.45

CMYK Percentages of Color #49df2e

%67
%0
%79
%13

Triadic Colors of #49df2e

#49df2e #2e49df #df2e49

Analogous Colors of #49df2e

#49df2e #2edf6c #a2df2e

Monochromatic Colors of #49df2e

#49df2e

Complementary Color

#49df2e #c42edf

#49df2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49df2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49df2e Color CSS Codes

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

#49df2e Text Font Color

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

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


#49df2e Background Color

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

This div background color is #49df2e


#49df2e Border Color

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

This div border color is #49df2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49df2e


Comments

No comments written yet.

Please login to write comment.