Color Hex Logo

#30a84e Color Hex

#30A84E
(48,168,78)
0 Favorites   0 Comments

Color spaces of #30a84e

RGB 4816878
HSL0.380.560.42
HSV135°71°66°
CMYK 0.710.000.54   0.34
XYZ16.596729.183711.9660
Yxy29.18370.28740.5054
Hunter Lab54.0219-39.699424.6825
CIE-Lab60.9434-52.185336.8624

#30a84e color RGB value is (48,168,78).

#30a84e hex color red value is 48, green value is 168 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #30a84e hue: 0.38 , saturation: 0.56 and the lightness value of 30a84e is 0.42.

The process color (four color CMYK) of #30a84e color hex is 0.71, 0.00, 0.54, 0.34. Web safe color of #30a84e is #339966. Color #30a84e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101000 01001110
Octal 60 250 116
Decimal 48 168 78
Hex 30 A8 4E

RGB Percentages of Color #30a84e

%16.33
%57.14
%26.53

CMYK Percentages of Color #30a84e

%71
%0
%54
%34

Triadic Colors of #30a84e

#30a84e #4e30a8 #a84e30

Analogous Colors of #30a84e

#30a84e #30a88a #4ea830

Monochromatic Colors of #30a84e

#30a84e

Complementary Color

#30a84e #a8308a

#30a84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30a84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30a84e Color CSS Codes

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

#30a84e Text Font Color

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

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


#30a84e Background Color

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

This div background color is #30a84e


#30a84e Border Color

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

This div border color is #30a84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30a84e


Comments

No comments written yet.

Please login to write comment.