Color Hex Logo

#30d28c Color Hex

#30D28C
(48,210,140)
0 Favorites   0 Comments

Color spaces of #30d28c

RGB 48210140
HSL0.430.640.51
HSV154°77°82°
CMYK 0.770.000.33   0.18
XYZ28.999148.615032.6662
Yxy48.61500.26300.4408
Hunter Lab69.7245-47.777921.0295
CIE-Lab75.2112-56.548123.3723

#30d28c color RGB value is (48,210,140).

#30d28c hex color red value is 48, green value is 210 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #30d28c hue: 0.43 , saturation: 0.64 and the lightness value of 30d28c is 0.51.

The process color (four color CMYK) of #30d28c color hex is 0.77, 0.00, 0.33, 0.18. Web safe color of #30d28c is #33cc99. Color #30d28c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11010010 10001100
Octal 60 322 214
Decimal 48 210 140
Hex 30 D2 8C

RGB Percentages of Color #30d28c

%12.06
%52.76
%35.18

CMYK Percentages of Color #30d28c

%77
%0
%33
%18

Triadic Colors of #30d28c

#30d28c #8c30d2 #d28c30

Analogous Colors of #30d28c

#30d28c #30c7d2 #30d23b

Monochromatic Colors of #30d28c

#30d28c

Complementary Color

#30d28c #d23076

#30d28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30d28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30d28c Color CSS Codes

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

#30d28c Text Font Color

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

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


#30d28c Background Color

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

This div background color is #30d28c


#30d28c Border Color

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

This div border color is #30d28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30d28c


Comments

No comments written yet.

Please login to write comment.