Color Hex Logo

#30d43f Color Hex

#30D43F
(48,212,63)
0 Favorites   0 Comments

Color spaces of #30d43f

RGB 4821263
HSL0.350.660.51
HSV125°77°83°
CMYK 0.770.000.70   0.17
XYZ25.659648.074212.6295
Yxy48.07420.29710.5567
Hunter Lab69.3356-55.278237.7352
CIE-Lab74.8717-68.536259.1378

#30d43f color RGB value is (48,212,63).

#30d43f hex color red value is 48, green value is 212 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #30d43f hue: 0.35 , saturation: 0.66 and the lightness value of 30d43f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11010100 00111111
Octal 60 324 77
Decimal 48 212 63
Hex 30 D4 3F

RGB Percentages of Color #30d43f

%14.86
%65.63
%19.50

CMYK Percentages of Color #30d43f

%77
%0
%70
%17

Triadic Colors of #30d43f

#30d43f #3f30d4 #d43f30

Analogous Colors of #30d43f

#30d43f #30d491 #73d430

Monochromatic Colors of #30d43f

#30d43f

Complementary Color

#30d43f #d430c5

#30d43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30d43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30d43f Color CSS Codes

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

#30d43f Text Font Color

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

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


#30d43f Background Color

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

This div background color is #30d43f


#30d43f Border Color

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

This div border color is #30d43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30d43f

#30d43f Color Palettes


Comments

No comments written yet.

Please login to write comment.