Color Hex Logo

#5fe41c Color Hex

#5FE41C
(95,228,28)
0 Favorites   0 Comments

Color spaces of #5fe41c

RGB 9522828
HSL0.280.790.50
HSV100°88°89°
CMYK 0.580.000.88   0.11
XYZ32.672358.003510.5724
Yxy58.00350.32270.5729
Hunter Lab76.1600-56.704445.0815
CIE-Lab80.7407-66.731474.8692

#5fe41c color RGB value is (95,228,28).

#5fe41c hex color red value is 95, green value is 228 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5fe41c hue: 0.28 , saturation: 0.79 and the lightness value of 5fe41c is 0.50.

The process color (four color CMYK) of #5fe41c color hex is 0.58, 0.00, 0.88, 0.11. Web safe color of #5fe41c is #66cc33. Color #5fe41c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11100100 00011100
Octal 137 344 34
Decimal 95 228 28
Hex 5F E4 1C

RGB Percentages of Color #5fe41c

%27.07
%64.96
%7.98

CMYK Percentages of Color #5fe41c

%58
%0
%88
%11

Triadic Colors of #5fe41c

#5fe41c #1c5fe4 #e41c5f

Analogous Colors of #5fe41c

#5fe41c #1ce43d #c3e41c

Monochromatic Colors of #5fe41c

#5fe41c

Complementary Color

#5fe41c #a11ce4

#5fe41c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fe41c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fe41c Color CSS Codes

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

#5fe41c Text Font Color

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

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


#5fe41c Background Color

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

This div background color is #5fe41c


#5fe41c Border Color

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

This div border color is #5fe41c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fe41c


Comments

No comments written yet.

Please login to write comment.