Color Hex Logo

#4fe140 Color Hex

#4FE140
(79,225,64)
0 Favorites   0 Comments

Color spaces of #4fe140

RGB 7922564
HSL0.320.730.57
HSV114°72°88°
CMYK 0.650.000.72   0.12
XYZ31.075155.882913.9991
Yxy55.88290.30780.5535
Hunter Lab74.7549-56.619841.2254
CIE-Lab79.5471-67.389663.7933

#4fe140 color RGB value is (79,225,64).

#4fe140 hex color red value is 79, green value is 225 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #4fe140 hue: 0.32 , saturation: 0.73 and the lightness value of 4fe140 is 0.57.

The process color (four color CMYK) of #4fe140 color hex is 0.65, 0.00, 0.72, 0.12. Web safe color of #4fe140 is #66cc33. Color #4fe140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11100001 01000000
Octal 117 341 100
Decimal 79 225 64
Hex 4F E1 40

RGB Percentages of Color #4fe140

%21.47
%61.14
%17.39

CMYK Percentages of Color #4fe140

%65
%0
%72
%12

Triadic Colors of #4fe140

#4fe140 #404fe1 #e1404f

Analogous Colors of #4fe140

#4fe140 #40e182 #a0e140

Monochromatic Colors of #4fe140

#4fe140

Complementary Color

#4fe140 #d240e1

#4fe140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fe140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fe140 Color CSS Codes

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

#4fe140 Text Font Color

<p style="color:#4fe140">Text here</p>

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


#4fe140 Background Color

<div style="background-color:#4fe140">
Div content here</div>

This div background color is #4fe140


#4fe140 Border Color

<div style="border:3px solid #4fe140">
Div here</div>

This div border color is #4fe140


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,225,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4fe140; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4fe140;
  -webkit-box-shadow: 1px 1px 3px 2px #4fe140;
  box-shadow:         1px 1px 3px 2px #4fe140; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fe140


Comments

No comments written yet.

Please login to write comment.