Color Hex Logo

#30e614 Color Hex

#30E614
(48,230,20)
0 Favorites   0 Comments

Color spaces of #30e614

RGB 4823020
HSL0.310.840.49
HSV112°91°90°
CMYK 0.790.000.91   0.10
XYZ29.642057.272510.1542
Yxy57.27250.30540.5900
Hunter Lab75.6786-62.522245.0198
CIE-Lab80.3326-76.153975.3939

#30e614 color RGB value is (48,230,20).

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

The process color (four color CMYK) of #30e614 color hex is 0.79, 0.00, 0.91, 0.10. Web safe color of #30e614 is #33ff00. Color #30e614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11100110 00010100
Octal 60 346 24
Decimal 48 230 20
Hex 30 E6 14

RGB Percentages of Color #30e614

%16.11
%77.18
%6.71

CMYK Percentages of Color #30e614

%79
%0
%91
%10

Triadic Colors of #30e614

#30e614 #1430e6 #e61430

Analogous Colors of #30e614

#30e614 #14e661 #99e614

Monochromatic Colors of #30e614

#30e614

Complementary Color

#30e614 #ca14e6

#30e614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30e614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30e614 Color CSS Codes

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

#30e614 Text Font Color

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

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


#30e614 Background Color

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

This div background color is #30e614


#30e614 Border Color

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

This div border color is #30e614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30e614


Comments

No comments written yet.

Please login to write comment.