Color Hex Logo

#1fd341 Color Hex

#1FD341
(31,211,65)
0 Favorites   0 Comments

Color spaces of #1fd341

RGB 3121165
HSL0.360.740.47
HSV131°85°83°
CMYK 0.850.000.69   0.17
XYZ24.813547.261512.8156
Yxy47.26150.29230.5567
Hunter Lab68.7470-55.879637.0702
CIE-Lab74.3567-69.908157.7731

#1fd341 color RGB value is (31,211,65).

#1fd341 hex color red value is 31, green value is 211 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #1fd341 hue: 0.36 , saturation: 0.74 and the lightness value of 1fd341 is 0.47.

The process color (four color CMYK) of #1fd341 color hex is 0.85, 0.00, 0.69, 0.17. Web safe color of #1fd341 is #33cc33. Color #1fd341 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 11010011 01000001
Octal 37 323 101
Decimal 31 211 65
Hex 1F D3 41

RGB Percentages of Color #1fd341

%10.10
%68.73
%21.17

CMYK Percentages of Color #1fd341

%85
%0
%69
%17

Triadic Colors of #1fd341

#1fd341 #411fd3 #d3411f

Analogous Colors of #1fd341

#1fd341 #1fd39b #57d31f

Monochromatic Colors of #1fd341

#1fd341

Complementary Color

#1fd341 #d31fb1

#1fd341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fd341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fd341 Color CSS Codes

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

#1fd341 Text Font Color

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

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


#1fd341 Background Color

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

This div background color is #1fd341


#1fd341 Border Color

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

This div border color is #1fd341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fd341


Comments

No comments written yet.

Please login to write comment.