Color Hex Logo

#1fa71e Color Hex

#1FA71E
(31,167,30)
0 Favorites   0 Comments

Color spaces of #1fa71e

RGB 3116730
HSL0.330.700.39
HSV120°82°65°
CMYK 0.810.000.82   0.35
XYZ14.618128.02255.8667
Yxy28.02250.30140.5777
Hunter Lab52.9363-43.346630.4845
CIE-Lab59.9091-59.305755.3381

#1fa71e color RGB value is (31,167,30).

#1fa71e hex color red value is 31, green value is 167 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #1fa71e hue: 0.33 , saturation: 0.70 and the lightness value of 1fa71e is 0.39.

The process color (four color CMYK) of #1fa71e color hex is 0.81, 0.00, 0.82, 0.35. Web safe color of #1fa71e is #339933. Color #1fa71e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10100111 00011110
Octal 37 247 36
Decimal 31 167 30
Hex 1F A7 1E

RGB Percentages of Color #1fa71e

%13.60
%73.25
%13.16

CMYK Percentages of Color #1fa71e

%81
%0
%82
%35

Triadic Colors of #1fa71e

#1fa71e #1e1fa7 #a71e1f

Analogous Colors of #1fa71e

#1fa71e #1ea762 #64a71e

Monochromatic Colors of #1fa71e

#1fa71e

Complementary Color

#1fa71e #a61ea7

#1fa71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fa71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fa71e Color CSS Codes

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

#1fa71e Text Font Color

<p style="color:#1fa71e">Text here</p>

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


#1fa71e Background Color

<div style="background-color:#1fa71e">
Div content here</div>

This div background color is #1fa71e


#1fa71e Border Color

<div style="border:3px solid #1fa71e">
Div here</div>

This div border color is #1fa71e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,167,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1fa71e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1fa71e;
  -webkit-box-shadow: 1px 1px 3px 2px #1fa71e;
  box-shadow:         1px 1px 3px 2px #1fa71e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,167,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 #1fa71e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fa71e


Comments

No comments written yet.

Please login to write comment.