Color Hex Logo

#30d83e Color Hex

#30D83E
(48,216,62)
0 Favorites   0 Comments

Color spaces of #30d83e

RGB 4821662
HSL0.350.680.52
HSV125°78°85°
CMYK 0.780.000.71   0.15
XYZ26.644350.087912.8211
Yxy50.08790.29750.5593
Hunter Lab70.7728-56.651338.8001
CIE-Lab76.1232-69.848560.8047

#30d83e color RGB value is (48,216,62).

#30d83e hex color red value is 48, green value is 216 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #30d83e hue: 0.35 , saturation: 0.68 and the lightness value of 30d83e is 0.52.

The process color (four color CMYK) of #30d83e color hex is 0.78, 0.00, 0.71, 0.15. Web safe color of #30d83e is #33cc33. Color #30d83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011000 00111110
Octal 60 330 76
Decimal 48 216 62
Hex 30 D8 3E

RGB Percentages of Color #30d83e

%14.72
%66.26
%19.02

CMYK Percentages of Color #30d83e

%78
%0
%71
%15

Triadic Colors of #30d83e

#30d83e #3e30d8 #d83e30

Analogous Colors of #30d83e

#30d83e #30d892 #76d830

Monochromatic Colors of #30d83e

#30d83e

Complementary Color

#30d83e #d830ca

#30d83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30d83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30d83e Color CSS Codes

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

#30d83e Text Font Color

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

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


#30d83e Background Color

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

This div background color is #30d83e


#30d83e Border Color

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

This div border color is #30d83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30d83e


Comments

No comments written yet.

Please login to write comment.