Color Hex Logo

#30a520 Color Hex

#30A520
(48,165,32)
0 Favorites   0 Comments

Color spaces of #30a520

RGB 4816532
HSL0.310.680.39
HSV113°81°65°
CMYK 0.710.000.81   0.35
XYZ14.934827.64295.9150
Yxy27.64290.30800.5700
Hunter Lab52.5765-41.304530.1333
CIE-Lab59.5647-55.900754.5377

#30a520 color RGB value is (48,165,32).

#30a520 hex color red value is 48, green value is 165 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #30a520 hue: 0.31 , saturation: 0.68 and the lightness value of 30a520 is 0.39.

The process color (four color CMYK) of #30a520 color hex is 0.71, 0.00, 0.81, 0.35. Web safe color of #30a520 is #339933. Color #30a520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10100101 00100000
Octal 60 245 40
Decimal 48 165 32
Hex 30 A5 20

RGB Percentages of Color #30a520

%19.59
%67.35
%13.06

CMYK Percentages of Color #30a520

%71
%0
%81
%35

Triadic Colors of #30a520

#30a520 #2030a5 #a52030

Analogous Colors of #30a520

#30a520 #20a553 #73a520

Monochromatic Colors of #30a520

#30a520

Complementary Color

#30a520 #9520a5

#30a520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30a520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30a520 Color CSS Codes

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

#30a520 Text Font Color

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

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


#30a520 Background Color

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

This div background color is #30a520


#30a520 Border Color

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

This div border color is #30a520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30a520


Comments

No comments written yet.

Please login to write comment.