Color Hex Logo

#40fa1d Color Hex

#40FA1D
(64,250,29)
0 Favorites   0 Comments

Color spaces of #40fa1d

RGB 6425029
HSL0.310.960.55
HSV110°88°98°
CMYK 0.740.000.88   0.02
XYZ36.521769.549912.6620
Yxy69.54990.30760.5858
Hunter Lab83.3966-67.773949.3757
CIE-Lab86.7756-79.495879.5782

#40fa1d color RGB value is (64,250,29).

#40fa1d hex color red value is 64, green value is 250 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #40fa1d hue: 0.31 , saturation: 0.96 and the lightness value of 40fa1d is 0.55.

The process color (four color CMYK) of #40fa1d color hex is 0.74, 0.00, 0.88, 0.02. Web safe color of #40fa1d is #33ff33. Color #40fa1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11111010 00011101
Octal 100 372 35
Decimal 64 250 29
Hex 40 FA 1D

RGB Percentages of Color #40fa1d

%18.66
%72.89
%8.45

CMYK Percentages of Color #40fa1d

%74
%0
%88
%2

Triadic Colors of #40fa1d

#40fa1d #1d40fa #fa1d40

Analogous Colors of #40fa1d

#40fa1d #1dfa69 #affa1d

Monochromatic Colors of #40fa1d

#40fa1d

Complementary Color

#40fa1d #d71dfa

#40fa1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40fa1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40fa1d Color CSS Codes

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

#40fa1d Text Font Color

<p style="color:#40fa1d">Text here</p>

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


#40fa1d Background Color

<div style="background-color:#40fa1d">
Div content here</div>

This div background color is #40fa1d


#40fa1d Border Color

<div style="border:3px solid #40fa1d">
Div here</div>

This div border color is #40fa1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,250,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40fa1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40fa1d;
  -webkit-box-shadow: 1px 1px 3px 2px #40fa1d;
  box-shadow:         1px 1px 3px 2px #40fa1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,250,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40fa1d


Comments

No comments written yet.

Please login to write comment.