Color Hex Logo

#5ef030 Color Hex

#5EF030
(94,240,48)
0 Favorites   0 Comments

Color spaces of #5ef030

RGB 9424048
HSL0.290.860.56
HSV106°80°94°
CMYK 0.610.000.80   0.06
XYZ36.309764.913313.4121
Yxy64.91330.31670.5663
Hunter Lab80.5688-60.551346.5283
CIE-Lab84.4390-70.129073.6587

#5ef030 color RGB value is (94,240,48).

#5ef030 hex color red value is 94, green value is 240 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #5ef030 hue: 0.29 , saturation: 0.86 and the lightness value of 5ef030 is 0.56.

The process color (four color CMYK) of #5ef030 color hex is 0.61, 0.00, 0.80, 0.06. Web safe color of #5ef030 is #66ff33. Color #5ef030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11110000 00110000
Octal 136 360 60
Decimal 94 240 48
Hex 5E F0 30

RGB Percentages of Color #5ef030

%24.61
%62.83
%12.57

CMYK Percentages of Color #5ef030

%61
%0
%80
%6

Triadic Colors of #5ef030

#5ef030 #305ef0 #f0305e

Analogous Colors of #5ef030

#5ef030 #30f062 #bef030

Monochromatic Colors of #5ef030

#5ef030

Complementary Color

#5ef030 #c230f0

#5ef030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef030 Color CSS Codes

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

#5ef030 Text Font Color

<p style="color:#5ef030">Text here</p>

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


#5ef030 Background Color

<div style="background-color:#5ef030">
Div content here</div>

This div background color is #5ef030


#5ef030 Border Color

<div style="border:3px solid #5ef030">
Div here</div>

This div border color is #5ef030


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,240,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ef030; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ef030;
  -webkit-box-shadow: 1px 1px 3px 2px #5ef030;
  box-shadow:         1px 1px 3px 2px #5ef030; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef030


Comments

No comments written yet.

Please login to write comment.