Color Hex Logo

#30c811 Color Hex

#30C811
(48,200,17)
0 Favorites   0 Comments

Color spaces of #30c811

RGB 4820017
HSL0.310.840.43
HSV110°92°78°
CMYK 0.760.000.92   0.22
XYZ21.974441.97747.4746
Yxy41.97740.30770.5877
Hunter Lab64.7900-52.841738.5129
CIE-Lab70.8553-67.500567.8590

#30c811 color RGB value is (48,200,17).

#30c811 hex color red value is 48, green value is 200 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #30c811 hue: 0.31 , saturation: 0.84 and the lightness value of 30c811 is 0.43.

The process color (four color CMYK) of #30c811 color hex is 0.76, 0.00, 0.92, 0.22. Web safe color of #30c811 is #33cc00. Color #30c811 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001000 00010001
Octal 60 310 21
Decimal 48 200 17
Hex 30 C8 11

RGB Percentages of Color #30c811

%18.11
%75.47
%6.42

CMYK Percentages of Color #30c811

%76
%0
%92
%22

Triadic Colors of #30c811

#30c811 #1130c8 #c81130

Analogous Colors of #30c811

#30c811 #11c84d #8cc811

Monochromatic Colors of #30c811

#30c811

Complementary Color

#30c811 #a911c8

#30c811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30c811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30c811 Color CSS Codes

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

#30c811 Text Font Color

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

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


#30c811 Background Color

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

This div background color is #30c811


#30c811 Border Color

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

This div border color is #30c811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30c811


Comments

No comments written yet.

Please login to write comment.