Color Hex Logo

#30c461 Color Hex

#30C461
(48,196,97)
0 Favorites   0 Comments

Color spaces of #30c461

RGB 4819697
HSL0.390.610.48
HSV140°76°77°
CMYK 0.760.000.51   0.23
XYZ23.116540.971317.9991
Yxy40.97130.28160.4991
Hunter Lab64.0088-47.551028.1340
CIE-Lab70.1558-59.258338.7804

#30c461 color RGB value is (48,196,97).

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

The process color (four color CMYK) of #30c461 color hex is 0.76, 0.00, 0.51, 0.23. Web safe color of #30c461 is #33cc66. Color #30c461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11000100 01100001
Octal 60 304 141
Decimal 48 196 97
Hex 30 C4 61

RGB Percentages of Color #30c461

%14.08
%57.48
%28.45

CMYK Percentages of Color #30c461

%76
%0
%51
%23

Triadic Colors of #30c461

#30c461 #6130c4 #c46130

Analogous Colors of #30c461

#30c461 #30c4ab #49c430

Monochromatic Colors of #30c461

#30c461

Complementary Color

#30c461 #c43093

#30c461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30c461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30c461 Color CSS Codes

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

#30c461 Text Font Color

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

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


#30c461 Background Color

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

This div background color is #30c461


#30c461 Border Color

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

This div border color is #30c461


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,196,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 #30c461">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30c461


Comments

No comments written yet.

Please login to write comment.