Color Hex Logo

#49d230 Color Hex

#49D230
(73,210,48)
0 Favorites   0 Comments

Color spaces of #49d230

RGB 7321048
HSL0.310.640.51
HSV111°77°82°
CMYK 0.650.000.77   0.18
XYZ26.327747.723110.6202
Yxy47.72310.31090.5636
Hunter Lab69.0819-52.865539.2425
CIE-Lab74.6499-64.799664.2295

#49d230 color RGB value is (73,210,48).

#49d230 hex color red value is 73, green value is 210 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #49d230 hue: 0.31 , saturation: 0.64 and the lightness value of 49d230 is 0.51.

The process color (four color CMYK) of #49d230 color hex is 0.65, 0.00, 0.77, 0.18. Web safe color of #49d230 is #33cc33. Color #49d230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11010010 00110000
Octal 111 322 60
Decimal 73 210 48
Hex 49 D2 30

RGB Percentages of Color #49d230

%22.05
%63.44
%14.50

CMYK Percentages of Color #49d230

%65
%0
%77
%18

Triadic Colors of #49d230

#49d230 #3049d2 #d23049

Analogous Colors of #49d230

#49d230 #30d268 #9ad230

Monochromatic Colors of #49d230

#49d230

Complementary Color

#49d230 #b930d2

#49d230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49d230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49d230 Color CSS Codes

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

#49d230 Text Font Color

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

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


#49d230 Background Color

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

This div background color is #49d230


#49d230 Border Color

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

This div border color is #49d230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49d230


Comments

No comments written yet.

Please login to write comment.