Color Hex Logo

#30e993 Color Hex

#30E993
(48,233,147)
0 Favorites   0 Comments

Color spaces of #30e993

RGB 48233147
HSL0.420.810.55
HSV152°79°91°
CMYK 0.790.000.37   0.09
XYZ35.624361.012837.5028
Yxy61.01280.26560.4548
Hunter Lab78.1107-55.284426.2109
CIE-Lab82.3856-63.575429.4358

#30e993 color RGB value is (48,233,147).

#30e993 hex color red value is 48, green value is 233 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #30e993 hue: 0.42 , saturation: 0.81 and the lightness value of 30e993 is 0.55.

The process color (four color CMYK) of #30e993 color hex is 0.79, 0.00, 0.37, 0.09. Web safe color of #30e993 is #33ff99. Color #30e993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101001 10010011
Octal 60 351 223
Decimal 48 233 147
Hex 30 E9 93

RGB Percentages of Color #30e993

%11.21
%54.44
%34.35

CMYK Percentages of Color #30e993

%79
%0
%37
%9

Triadic Colors of #30e993

#30e993 #9330e9 #e99330

Analogous Colors of #30e993

#30e993 #30e3e9 #30e937

Monochromatic Colors of #30e993

#30e993

Complementary Color

#30e993 #e93086

#30e993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30e993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30e993 Color CSS Codes

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

#30e993 Text Font Color

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

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


#30e993 Background Color

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

This div background color is #30e993


#30e993 Border Color

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

This div border color is #30e993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30e993


Comments

No comments written yet.

Please login to write comment.