Color Hex Logo

#30ab1c Color Hex

#30AB1C
(48,171,28)
0 Favorites   0 Comments

Color spaces of #30ab1c

RGB 4817128
HSL0.310.720.39
HSV112°84°67°
CMYK 0.720.000.84   0.33
XYZ15.991429.83806.0151
Yxy29.83800.30840.5755
Hunter Lab54.6242-43.335931.7080
CIE-Lab61.5142-58.085257.4739

#30ab1c color RGB value is (48,171,28).

#30ab1c hex color red value is 48, green value is 171 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #30ab1c hue: 0.31 , saturation: 0.72 and the lightness value of 30ab1c is 0.39.

The process color (four color CMYK) of #30ab1c color hex is 0.72, 0.00, 0.84, 0.33. Web safe color of #30ab1c is #339933. Color #30ab1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 00011100
Octal 60 253 34
Decimal 48 171 28
Hex 30 AB 1C

RGB Percentages of Color #30ab1c

%19.43
%69.23
%11.34

CMYK Percentages of Color #30ab1c

%72
%0
%84
%33

Triadic Colors of #30ab1c

#30ab1c #1c30ab #ab1c30

Analogous Colors of #30ab1c

#30ab1c #1cab4f #78ab1c

Monochromatic Colors of #30ab1c

#30ab1c

Complementary Color

#30ab1c #971cab

#30ab1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ab1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ab1c Color CSS Codes

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

#30ab1c Text Font Color

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

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


#30ab1c Background Color

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

This div background color is #30ab1c


#30ab1c Border Color

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

This div border color is #30ab1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ab1c


Comments

No comments written yet.

Please login to write comment.