Color Hex Logo

#30ba61 Color Hex

#30BA61
(48,186,97)
0 Favorites   0 Comments

Color spaces of #30ba61

RGB 4818697
HSL0.390.590.46
HSV141°74°73°
CMYK 0.740.000.48   0.27
XYZ20.935536.609317.2721
Yxy36.60930.27980.4893
Hunter Lab60.5056-44.122225.4288
CIE-Lab66.9829-55.723234.8080

#30ba61 color RGB value is (48,186,97).

#30ba61 hex color red value is 48, green value is 186 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #30ba61 hue: 0.39 , saturation: 0.59 and the lightness value of 30ba61 is 0.46.

The process color (four color CMYK) of #30ba61 color hex is 0.74, 0.00, 0.48, 0.27. Web safe color of #30ba61 is #33cc66. Color #30ba61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111010 01100001
Octal 60 272 141
Decimal 48 186 97
Hex 30 BA 61

RGB Percentages of Color #30ba61

%14.50
%56.19
%29.31

CMYK Percentages of Color #30ba61

%74
%0
%48
%27

Triadic Colors of #30ba61

#30ba61 #6130ba #ba6130

Analogous Colors of #30ba61

#30ba61 #30baa6 #44ba30

Monochromatic Colors of #30ba61

#30ba61

Complementary Color

#30ba61 #ba3089

#30ba61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ba61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ba61 Color CSS Codes

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

#30ba61 Text Font Color

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

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


#30ba61 Background Color

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

This div background color is #30ba61


#30ba61 Border Color

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

This div border color is #30ba61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ba61


Comments

No comments written yet.

Please login to write comment.