Color Hex Logo

#30dc58 Color Hex

#30DC58
(48,220,88)
0 Favorites   0 Comments

Color spaces of #30dc58

RGB 4822088
HSL0.370.710.53
HSV134°78°86°
CMYK 0.780.000.60   0.14
XYZ28.573652.519417.8638
Yxy52.51940.28870.5307
Hunter Lab72.4703-56.443936.1143
CIE-Lab77.5904-68.457751.8744

#30dc58 color RGB value is (48,220,88).

#30dc58 hex color red value is 48, green value is 220 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #30dc58 hue: 0.37 , saturation: 0.71 and the lightness value of 30dc58 is 0.53.

The process color (four color CMYK) of #30dc58 color hex is 0.78, 0.00, 0.60, 0.14. Web safe color of #30dc58 is #33cc66. Color #30dc58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011100 01011000
Octal 60 334 130
Decimal 48 220 88
Hex 30 DC 58

RGB Percentages of Color #30dc58

%13.48
%61.80
%24.72

CMYK Percentages of Color #30dc58

%78
%0
%60
%14

Triadic Colors of #30dc58

#30dc58 #5830dc #dc5830

Analogous Colors of #30dc58

#30dc58 #30dcae #5edc30

Monochromatic Colors of #30dc58

#30dc58

Complementary Color

#30dc58 #dc30b4

#30dc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dc58 Color CSS Codes

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

#30dc58 Text Font Color

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

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


#30dc58 Background Color

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

This div background color is #30dc58


#30dc58 Border Color

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

This div border color is #30dc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dc58


Comments

No comments written yet.

Please login to write comment.