Color Hex Logo

#30d348 Color Hex

#30D348
(48,211,72)
0 Favorites   0 Comments

Color spaces of #30d348

RGB 4821172
HSL0.360.650.51
HSV129°77°83°
CMYK 0.770.000.66   0.17
XYZ25.682947.684813.9814
Yxy47.68480.29400.5459
Hunter Lab69.0542-54.456436.3335
CIE-Lab74.6257-67.377955.3506

#30d348 color RGB value is (48,211,72).

#30d348 hex color red value is 48, green value is 211 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #30d348 hue: 0.36 , saturation: 0.65 and the lightness value of 30d348 is 0.51.

The process color (four color CMYK) of #30d348 color hex is 0.77, 0.00, 0.66, 0.17. Web safe color of #30d348 is #33cc33. Color #30d348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11010011 01001000
Octal 60 323 110
Decimal 48 211 72
Hex 30 D3 48

RGB Percentages of Color #30d348

%14.50
%63.75
%21.75

CMYK Percentages of Color #30d348

%77
%0
%66
%17

Triadic Colors of #30d348

#30d348 #4830d3 #d34830

Analogous Colors of #30d348

#30d348 #30d39a #6ad330

Monochromatic Colors of #30d348

#30d348

Complementary Color

#30d348 #d330bb

#30d348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30d348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30d348 Color CSS Codes

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

#30d348 Text Font Color

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

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


#30d348 Background Color

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

This div background color is #30d348


#30d348 Border Color

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

This div border color is #30d348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30d348


Comments

No comments written yet.

Please login to write comment.