Color Hex Logo

#30e294 Color Hex

#30E294
(48,226,148)
0 Favorites   0 Comments

Color spaces of #30e294

RGB 48226148
HSL0.430.750.54
HSV154°79°89°
CMYK 0.790.000.35   0.11
XYZ33.760657.159237.2704
Yxy57.15920.26340.4459
Hunter Lab75.6037-52.597923.6944
CIE-Lab80.2691-60.851726.0767

#30e294 color RGB value is (48,226,148).

#30e294 hex color red value is 48, green value is 226 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #30e294 hue: 0.43 , saturation: 0.75 and the lightness value of 30e294 is 0.54.

The process color (four color CMYK) of #30e294 color hex is 0.79, 0.00, 0.35, 0.11. Web safe color of #30e294 is #33cc99. Color #30e294 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11100010 10010100
Octal 60 342 224
Decimal 48 226 148
Hex 30 E2 94

RGB Percentages of Color #30e294

%11.37
%53.55
%35.07

CMYK Percentages of Color #30e294

%79
%0
%35
%11

Triadic Colors of #30e294

#30e294 #9430e2 #e29430

Analogous Colors of #30e294

#30e294 #30d7e2 #30e23b

Monochromatic Colors of #30e294

#30e294

Complementary Color

#30e294 #e2307e

#30e294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30e294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30e294 Color CSS Codes

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

#30e294 Text Font Color

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

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


#30e294 Background Color

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

This div background color is #30e294


#30e294 Border Color

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

This div border color is #30e294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30e294


Comments

No comments written yet.

Please login to write comment.