Color Hex Logo

#5fd41e Color Hex

#5FD41E
(95,212,30)
0 Favorites   0 Comments

Color spaces of #5fd41e

RGB 9521230
HSL0.270.750.47
HSV99°86°83°
CMYK 0.550.000.86   0.17
XYZ28.497149.61369.3027
Yxy49.61360.32600.5676
Hunter Lab70.4369-51.047841.4753
CIE-Lab75.8315-61.175470.2429

#5fd41e color RGB value is (95,212,30).

#5fd41e hex color red value is 95, green value is 212 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #5fd41e hue: 0.27 , saturation: 0.75 and the lightness value of 5fd41e is 0.47.

The process color (four color CMYK) of #5fd41e color hex is 0.55, 0.00, 0.86, 0.17. Web safe color of #5fd41e is #66cc33. Color #5fd41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010100 00011110
Octal 137 324 36
Decimal 95 212 30
Hex 5F D4 1E

RGB Percentages of Color #5fd41e

%28.19
%62.91
%8.90

CMYK Percentages of Color #5fd41e

%55
%0
%86
%17

Triadic Colors of #5fd41e

#5fd41e #1e5fd4 #d41e5f

Analogous Colors of #5fd41e

#5fd41e #1ed438 #bad41e

Monochromatic Colors of #5fd41e

#5fd41e

Complementary Color

#5fd41e #931ed4

#5fd41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd41e Color CSS Codes

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

#5fd41e Text Font Color

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

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


#5fd41e Background Color

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

This div background color is #5fd41e


#5fd41e Border Color

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

This div border color is #5fd41e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,212,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fd41e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fd41e;
  -webkit-box-shadow: 1px 1px 3px 2px #5fd41e;
  box-shadow:         1px 1px 3px 2px #5fd41e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,212,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd41e


Comments

No comments written yet.

Please login to write comment.