Color Hex Logo

#49e61f Color Hex

#49E61F
(73,230,31)
0 Favorites   0 Comments

Color spaces of #49e61f

RGB 7323031
HSL0.300.800.51
HSV107°87°90°
CMYK 0.680.000.87   0.10
XYZ31.291858.109010.8632
Yxy58.10900.31210.5796
Hunter Lab76.2293-60.127744.9112
CIE-Lab80.7994-71.988374.1350

#49e61f color RGB value is (73,230,31).

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

The process color (four color CMYK) of #49e61f color hex is 0.68, 0.00, 0.87, 0.10. Web safe color of #49e61f is #33ff33. Color #49e61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100110 00011111
Octal 111 346 37
Decimal 73 230 31
Hex 49 E6 1F

RGB Percentages of Color #49e61f

%21.86
%68.86
%9.28

CMYK Percentages of Color #49e61f

%68
%0
%87
%10

Triadic Colors of #49e61f

#49e61f #1f49e6 #e61f49

Analogous Colors of #49e61f

#49e61f #1fe658 #ade61f

Monochromatic Colors of #49e61f

#49e61f

Complementary Color

#49e61f #bc1fe6

#49e61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e61f Color CSS Codes

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

#49e61f Text Font Color

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

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


#49e61f Background Color

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

This div background color is #49e61f


#49e61f Border Color

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

This div border color is #49e61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e61f


Comments

No comments written yet.

Please login to write comment.