Color Hex Logo

#30f663 Color Hex

#30F663
(48,246,99)
0 Favorites   0 Comments

Color spaces of #30f663

RGB 4824699
HSL0.380.920.58
HSV135°80°96°
CMYK 0.800.000.60   0.04
XYZ36.426867.440822.9019
Yxy67.44080.28730.5320
Hunter Lab82.1223-64.537340.9511
CIE-Lab85.7261-75.286956.4482

#30f663 color RGB value is (48,246,99).

#30f663 hex color red value is 48, green value is 246 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #30f663 hue: 0.38 , saturation: 0.92 and the lightness value of 30f663 is 0.58.

The process color (four color CMYK) of #30f663 color hex is 0.80, 0.00, 0.60, 0.04. Web safe color of #30f663 is #33ff66. Color #30f663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11110110 01100011
Octal 60 366 143
Decimal 48 246 99
Hex 30 F6 63

RGB Percentages of Color #30f663

%12.21
%62.60
%25.19

CMYK Percentages of Color #30f663

%80
%0
%60
%4

Triadic Colors of #30f663

#30f663 #6330f6 #f66330

Analogous Colors of #30f663

#30f663 #30f6c6 #60f630

Monochromatic Colors of #30f663

#30f663

Complementary Color

#30f663 #f630c3

#30f663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30f663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30f663 Color CSS Codes

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

#30f663 Text Font Color

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

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


#30f663 Background Color

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

This div background color is #30f663


#30f663 Border Color

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

This div border color is #30f663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30f663


Comments

No comments written yet.

Please login to write comment.