Color Hex Logo

#30cc49 Color Hex

#30CC49
(48,204,73)
0 Favorites   0 Comments

Color spaces of #30cc49

RGB 4820473
HSL0.360.620.49
HSV130°76°80°
CMYK 0.760.000.64   0.20
XYZ24.014444.295113.5875
Yxy44.29510.29320.5409
Hunter Lab66.5546-52.063634.4838
CIE-Lab72.4253-65.050952.5135

#30cc49 color RGB value is (48,204,73).

#30cc49 hex color red value is 48, green value is 204 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #30cc49 hue: 0.36 , saturation: 0.62 and the lightness value of 30cc49 is 0.49.

The process color (four color CMYK) of #30cc49 color hex is 0.76, 0.00, 0.64, 0.20. Web safe color of #30cc49 is #33cc33. Color #30cc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001100 01001001
Octal 60 314 111
Decimal 48 204 73
Hex 30 CC 49

RGB Percentages of Color #30cc49

%14.77
%62.77
%22.46

CMYK Percentages of Color #30cc49

%76
%0
%64
%20

Triadic Colors of #30cc49

#30cc49 #4930cc #cc4930

Analogous Colors of #30cc49

#30cc49 #30cc97 #65cc30

Monochromatic Colors of #30cc49

#30cc49

Complementary Color

#30cc49 #cc30b3

#30cc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cc49 Color CSS Codes

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

#30cc49 Text Font Color

<p style="color:#30cc49">Text here</p>

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


#30cc49 Background Color

<div style="background-color:#30cc49">
Div content here</div>

This div background color is #30cc49


#30cc49 Border Color

<div style="border:3px solid #30cc49">
Div here</div>

This div border color is #30cc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cc49


Comments

No comments written yet.

Please login to write comment.