Color Hex Logo

#71e31f Color Hex

#71E31F
(113,227,31)
0 Favorites   0 Comments

Color spaces of #71e31f

RGB 11322731
HSL0.260.780.51
HSV95°86°89°
CMYK 0.500.000.86   0.11
XYZ34.526558.547810.7774
Yxy58.54780.33250.5638
Hunter Lab76.5165-53.359545.2105
CIE-Lab81.0424-61.527474.7989

#71e31f color RGB value is (113,227,31).

#71e31f hex color red value is 113, green value is 227 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #71e31f hue: 0.26 , saturation: 0.78 and the lightness value of 71e31f is 0.51.

The process color (four color CMYK) of #71e31f color hex is 0.50, 0.00, 0.86, 0.11. Web safe color of #71e31f is #66cc33. Color #71e31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11100011 00011111
Octal 161 343 37
Decimal 113 227 31
Hex 71 E3 1F

RGB Percentages of Color #71e31f

%30.46
%61.19
%8.36

CMYK Percentages of Color #71e31f

%50
%0
%86
%11

Triadic Colors of #71e31f

#71e31f #1f71e3 #e31f71

Analogous Colors of #71e31f

#71e31f #1fe32f #d3e31f

Monochromatic Colors of #71e31f

#71e31f

Complementary Color

#71e31f #911fe3

#71e31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71e31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71e31f Color CSS Codes

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

#71e31f Text Font Color

<p style="color:#71e31f">Text here</p>

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


#71e31f Background Color

<div style="background-color:#71e31f">
Div content here</div>

This div background color is #71e31f


#71e31f Border Color

<div style="border:3px solid #71e31f">
Div here</div>

This div border color is #71e31f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,227,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71e31f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71e31f;
  -webkit-box-shadow: 1px 1px 3px 2px #71e31f;
  box-shadow:         1px 1px 3px 2px #71e31f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,227,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71e31f


Comments

No comments written yet.

Please login to write comment.