Color Hex Logo

#49f316 Color Hex

#49F316
(73,243,22)
0 Favorites   0 Comments

Color spaces of #49f316

RGB 7324322
HSL0.290.900.52
HSV106°91°95°
CMYK 0.700.000.91   0.05
XYZ34.943165.575611.5747
Yxy65.57560.31170.5850
Hunter Lab80.9788-64.688448.2105
CIE-Lab84.7795-76.206379.0148

#49f316 color RGB value is (73,243,22).

#49f316 hex color red value is 73, green value is 243 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #49f316 hue: 0.29 , saturation: 0.90 and the lightness value of 49f316 is 0.52.

The process color (four color CMYK) of #49f316 color hex is 0.70, 0.00, 0.91, 0.05. Web safe color of #49f316 is #33ff00. Color #49f316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11110011 00010110
Octal 111 363 26
Decimal 73 243 22
Hex 49 F3 16

RGB Percentages of Color #49f316

%21.60
%71.89
%6.51

CMYK Percentages of Color #49f316

%70
%0
%91
%5

Triadic Colors of #49f316

#49f316 #1649f3 #f31649

Analogous Colors of #49f316

#49f316 #16f351 #b8f316

Monochromatic Colors of #49f316

#49f316

Complementary Color

#49f316 #c016f3

#49f316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49f316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49f316 Color CSS Codes

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

#49f316 Text Font Color

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

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


#49f316 Background Color

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

This div background color is #49f316


#49f316 Border Color

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

This div border color is #49f316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49f316


Comments

No comments written yet.

Please login to write comment.