Color Hex Logo

#5ec30b Color Hex

#5EC30B
(94,195,11)
0 Favorites   0 Comments

Color spaces of #5ec30b

RGB 9419511
HSL0.260.890.40
HSV93°94°76°
CMYK 0.520.000.94   0.24
XYZ24.191641.43417.0392
Yxy41.43410.33290.5702
Hunter Lab64.3693-45.561638.5748
CIE-Lab70.4790-55.886068.8321

#5ec30b color RGB value is (94,195,11).

#5ec30b hex color red value is 94, green value is 195 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #5ec30b hue: 0.26 , saturation: 0.89 and the lightness value of 5ec30b is 0.40.

The process color (four color CMYK) of #5ec30b color hex is 0.52, 0.00, 0.94, 0.24. Web safe color of #5ec30b is #66cc00. Color #5ec30b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11000011 00001011
Octal 136 303 13
Decimal 94 195 11
Hex 5E C3 B

RGB Percentages of Color #5ec30b

%31.33
%65.00
%3.67

CMYK Percentages of Color #5ec30b

%52
%0
%94
%24

Triadic Colors of #5ec30b

#5ec30b #0b5ec3 #c30b5e

Analogous Colors of #5ec30b

#5ec30b #0bc314 #bac30b

Monochromatic Colors of #5ec30b

#5ec30b

Complementary Color

#5ec30b #700bc3

#5ec30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec30b Color CSS Codes

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

#5ec30b Text Font Color

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

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


#5ec30b Background Color

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

This div background color is #5ec30b


#5ec30b Border Color

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

This div border color is #5ec30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec30b


Comments

No comments written yet.

Please login to write comment.