Color Hex Logo

#30db74 Color Hex

#30DB74
(48,219,116)
0 Favorites   0 Comments

Color spaces of #30db74

RGB 48219116
HSL0.400.700.52
HSV144°78°86°
CMYK 0.780.000.47   0.14
XYZ29.702852.552425.1011
Yxy52.55240.27670.4895
Hunter Lab72.4930-53.725430.2156
CIE-Lab77.6100-64.186838.7635

#30db74 color RGB value is (48,219,116).

#30db74 hex color red value is 48, green value is 219 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #30db74 hue: 0.40 , saturation: 0.70 and the lightness value of 30db74 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011011 01110100
Octal 60 333 164
Decimal 48 219 116
Hex 30 DB 74

RGB Percentages of Color #30db74

%12.53
%57.18
%30.29

CMYK Percentages of Color #30db74

%78
%0
%47
%14

Triadic Colors of #30db74

#30db74 #7430db #db7430

Analogous Colors of #30db74

#30db74 #30dbca #41db30

Monochromatic Colors of #30db74

#30db74

Complementary Color

#30db74 #db3097

#30db74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30db74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30db74 Color CSS Codes

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

#30db74 Text Font Color

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

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


#30db74 Background Color

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

This div background color is #30db74


#30db74 Border Color

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

This div border color is #30db74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30db74


Comments

No comments written yet.

Please login to write comment.