Color Hex Logo

#30af0d Color Hex

#30AF0D
(48,175,13)
0 Favorites   0 Comments

Color spaces of #30af0d

RGB 4817513
HSL0.300.860.37
HSV107°93°69°
CMYK 0.730.000.93   0.31
XYZ16.621531.31745.5496
Yxy31.31740.31070.5855
Hunter Lab55.9620-44.916433.2937
CIE-Lab62.7747-59.939561.6651

#30af0d color RGB value is (48,175,13).

#30af0d hex color red value is 48, green value is 175 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #30af0d hue: 0.30 , saturation: 0.86 and the lightness value of 30af0d is 0.37.

The process color (four color CMYK) of #30af0d color hex is 0.73, 0.00, 0.93, 0.31. Web safe color of #30af0d is #339900. Color #30af0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 00001101
Octal 60 257 15
Decimal 48 175 13
Hex 30 AF D

RGB Percentages of Color #30af0d

%20.34
%74.15
%5.51

CMYK Percentages of Color #30af0d

%73
%0
%93
%31

Triadic Colors of #30af0d

#30af0d #0d30af #af0d30

Analogous Colors of #30af0d

#30af0d #0daf3b #81af0d

Monochromatic Colors of #30af0d

#30af0d

Complementary Color

#30af0d #8c0daf

#30af0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30af0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30af0d Color CSS Codes

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

#30af0d Text Font Color

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

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


#30af0d Background Color

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

This div background color is #30af0d


#30af0d Border Color

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

This div border color is #30af0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30af0d


Comments

No comments written yet.

Please login to write comment.