Color Hex Logo

#30aa17 Color Hex

#30AA17
(48,170,23)
0 Favorites   0 Comments

Color spaces of #30aa17

RGB 4817023
HSL0.300.760.38
HSV110°86°67°
CMYK 0.720.000.86   0.33
XYZ15.748329.43975.6630
Yxy29.43970.30970.5789
Hunter Lab54.2584-43.143131.7927
CIE-Lab61.1677-57.997758.3928

#30aa17 color RGB value is (48,170,23).

#30aa17 hex color red value is 48, green value is 170 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #30aa17 hue: 0.30 , saturation: 0.76 and the lightness value of 30aa17 is 0.38.

The process color (four color CMYK) of #30aa17 color hex is 0.72, 0.00, 0.86, 0.33. Web safe color of #30aa17 is #339900. Color #30aa17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101010 00010111
Octal 60 252 27
Decimal 48 170 23
Hex 30 AA 17

RGB Percentages of Color #30aa17

%19.92
%70.54
%9.54

CMYK Percentages of Color #30aa17

%72
%0
%86
%33

Triadic Colors of #30aa17

#30aa17 #1730aa #aa1730

Analogous Colors of #30aa17

#30aa17 #17aa48 #7aaa17

Monochromatic Colors of #30aa17

#30aa17

Complementary Color

#30aa17 #9117aa

#30aa17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aa17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aa17 Color CSS Codes

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

#30aa17 Text Font Color

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

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


#30aa17 Background Color

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

This div background color is #30aa17


#30aa17 Border Color

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

This div border color is #30aa17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aa17


Comments

No comments written yet.

Please login to write comment.