Color Hex Logo

#1fd53e Color Hex

#1FD53E
(31,213,62)
0 Favorites   0 Comments

Color spaces of #1fd53e

RGB 3121362
HSL0.360.750.48
HSV130°85°84°
CMYK 0.850.000.71   0.16
XYZ25.228848.227612.5366
Yxy48.22760.29340.5608
Hunter Lab69.4461-56.684137.9091
CIE-Lab74.9683-70.771059.5440

#1fd53e color RGB value is (31,213,62).

#1fd53e hex color red value is 31, green value is 213 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #1fd53e hue: 0.36 , saturation: 0.75 and the lightness value of 1fd53e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 11010101 00111110
Octal 37 325 76
Decimal 31 213 62
Hex 1F D5 3E

RGB Percentages of Color #1fd53e

%10.13
%69.61
%20.26

CMYK Percentages of Color #1fd53e

%85
%0
%71
%16

Triadic Colors of #1fd53e

#1fd53e #3e1fd5 #d53e1f

Analogous Colors of #1fd53e

#1fd53e #1fd599 #5bd51f

Monochromatic Colors of #1fd53e

#1fd53e

Complementary Color

#1fd53e #d51fb6

#1fd53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fd53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fd53e Color CSS Codes

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

#1fd53e Text Font Color

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

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


#1fd53e Background Color

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

This div background color is #1fd53e


#1fd53e Border Color

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

This div border color is #1fd53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fd53e


Comments

No comments written yet.

Please login to write comment.