Color Hex Logo

#30ba64 Color Hex

#30BA64
(48,186,100)
0 Favorites   0 Comments

Color spaces of #30ba64

RGB 48186100
HSL0.400.590.46
HSV143°74°73°
CMYK 0.740.000.46   0.27
XYZ21.078136.666318.0230
Yxy36.66630.27820.4839
Hunter Lab60.5527-43.832324.7397
CIE-Lab67.0259-55.224733.3355

#30ba64 color RGB value is (48,186,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111010 01100100
Octal 60 272 144
Decimal 48 186 100
Hex 30 BA 64

RGB Percentages of Color #30ba64

%14.37
%55.69
%29.94

CMYK Percentages of Color #30ba64

%74
%0
%46
%27

Triadic Colors of #30ba64

#30ba64 #6430ba #ba6430

Analogous Colors of #30ba64

#30ba64 #30baa9 #41ba30

Monochromatic Colors of #30ba64

#30ba64

Complementary Color

#30ba64 #ba3086

#30ba64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ba64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ba64 Color CSS Codes

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

#30ba64 Text Font Color

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

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


#30ba64 Background Color

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

This div background color is #30ba64


#30ba64 Border Color

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

This div border color is #30ba64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ba64


Comments

No comments written yet.

Please login to write comment.