Color Hex Logo

#30ad5d Color Hex

#30AD5D
(48,173,93)
0 Favorites   0 Comments

Color spaces of #30ad5d

RGB 4817393
HSL0.390.570.43
HSV142°72°68°
CMYK 0.720.000.46   0.32
XYZ18.138331.305815.4426
Yxy31.30580.27950.4825
Hunter Lab55.9516-40.049422.8021
CIE-Lab62.7649-51.638731.5018

#30ad5d color RGB value is (48,173,93).

#30ad5d hex color red value is 48, green value is 173 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #30ad5d hue: 0.39 , saturation: 0.57 and the lightness value of 30ad5d is 0.43.

The process color (four color CMYK) of #30ad5d color hex is 0.72, 0.00, 0.46, 0.32. Web safe color of #30ad5d is #339966. Color #30ad5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101101 01011101
Octal 60 255 135
Decimal 48 173 93
Hex 30 AD 5D

RGB Percentages of Color #30ad5d

%15.29
%55.10
%29.62

CMYK Percentages of Color #30ad5d

%72
%0
%46
%32

Triadic Colors of #30ad5d

#30ad5d #5d30ad #ad5d30

Analogous Colors of #30ad5d

#30ad5d #30ad9c #42ad30

Monochromatic Colors of #30ad5d

#30ad5d

Complementary Color

#30ad5d #ad3080

#30ad5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ad5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ad5d Color CSS Codes

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

#30ad5d Text Font Color

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

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


#30ad5d Background Color

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

This div background color is #30ad5d


#30ad5d Border Color

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

This div border color is #30ad5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ad5d


Comments

No comments written yet.

Please login to write comment.