Color Hex Logo

#7fd41e Color Hex

#7FD41E
(127,212,30)
0 Favorites   0 Comments

Color spaces of #7fd41e

RGB 12721230
HSL0.240.750.47
HSV88°86°83°
CMYK 0.400.000.86   0.17
XYZ32.530251.69279.4915
Yxy51.69270.34710.5516
Hunter Lab71.8976-45.058342.5012
CIE-Lab77.0967-51.533071.8324

#7fd41e color RGB value is (127,212,30).

#7fd41e hex color red value is 127, green value is 212 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #7fd41e hue: 0.24 , saturation: 0.75 and the lightness value of 7fd41e is 0.47.

The process color (four color CMYK) of #7fd41e color hex is 0.40, 0.00, 0.86, 0.17. Web safe color of #7fd41e is #66cc33. Color #7fd41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11010100 00011110
Octal 177 324 36
Decimal 127 212 30
Hex 7F D4 1E

RGB Percentages of Color #7fd41e

%34.42
%57.45
%8.13

CMYK Percentages of Color #7fd41e

%40
%0
%86
%17

Triadic Colors of #7fd41e

#7fd41e #1e7fd4 #d41e7f

Analogous Colors of #7fd41e

#7fd41e #24d41e #d4ce1e

Monochromatic Colors of #7fd41e

#7fd41e

Complementary Color

#7fd41e #731ed4

#7fd41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fd41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fd41e Color CSS Codes

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

#7fd41e Text Font Color

<p style="color:#7fd41e">Text here</p>

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


#7fd41e Background Color

<div style="background-color:#7fd41e">
Div content here</div>

This div background color is #7fd41e


#7fd41e Border Color

<div style="border:3px solid #7fd41e">
Div here</div>

This div border color is #7fd41e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,212,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fd41e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fd41e;
  -webkit-box-shadow: 1px 1px 3px 2px #7fd41e;
  box-shadow:         1px 1px 3px 2px #7fd41e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,212,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 #7fd41e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fd41e


Comments

No comments written yet.

Please login to write comment.