Color Hex Logo

#30c78e Color Hex

#30C78E
(48,199,142)
0 Favorites   0 Comments

Color spaces of #30c78e

RGB 48199142
HSL0.440.610.48
HSV157°76°78°
CMYK 0.760.000.29   0.22
XYZ26.524843.428232.5757
Yxy43.42820.25870.4236
Hunter Lab65.9001-43.478816.8218
CIE-Lab71.8446-51.896517.6917

#30c78e color RGB value is (48,199,142).

#30c78e hex color red value is 48, green value is 199 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #30c78e hue: 0.44 , saturation: 0.61 and the lightness value of 30c78e is 0.48.

The process color (four color CMYK) of #30c78e color hex is 0.76, 0.00, 0.29, 0.22. Web safe color of #30c78e is #33cc99. Color #30c78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11000111 10001110
Octal 60 307 216
Decimal 48 199 142
Hex 30 C7 8E

RGB Percentages of Color #30c78e

%12.34
%51.16
%36.50

CMYK Percentages of Color #30c78e

%76
%0
%29
%22

Triadic Colors of #30c78e

#30c78e #8e30c7 #c78e30

Analogous Colors of #30c78e

#30c78e #30b5c7 #30c743

Monochromatic Colors of #30c78e

#30c78e

Complementary Color

#30c78e #c73069

#30c78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30c78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30c78e Color CSS Codes

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

#30c78e Text Font Color

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

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


#30c78e Background Color

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

This div background color is #30c78e


#30c78e Border Color

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

This div border color is #30c78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30c78e


Comments

No comments written yet.

Please login to write comment.