Color Hex Logo

#4de001 Color Hex

#4DE001
(77,224,1)
0 Favorites   0 Comments

Color spaces of #4de001

RGB 772241
HSL0.280.990.44
HSV100°100°88°
CMYK 0.660.001.00   0.12
XYZ29.721754.89139.0573
Yxy54.89130.31730.5860
Hunter Lab74.0887-58.047444.6139
CIE-Lab78.9786-70.014176.4505

#4de001 color RGB value is (77,224,1).

#4de001 hex color red value is 77, green value is 224 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #4de001 hue: 0.28 , saturation: 0.99 and the lightness value of 4de001 is 0.44.

The process color (four color CMYK) of #4de001 color hex is 0.66, 0.00, 1.00, 0.12. Web safe color of #4de001 is #66cc00. Color #4de001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11100000 00000001
Octal 115 340 1
Decimal 77 224 1
Hex 4D E0 1

RGB Percentages of Color #4de001

%25.50
%74.17
%0.33

CMYK Percentages of Color #4de001

%66
%0
%100
%12

Triadic Colors of #4de001

#4de001 #014de0 #e0014d

Analogous Colors of #4de001

#4de001 #01e024 #bde001

Monochromatic Colors of #4de001

#4de001

Complementary Color

#4de001 #9401e0

#4de001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4de001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4de001 Color CSS Codes

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

#4de001 Text Font Color

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

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


#4de001 Background Color

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

This div background color is #4de001


#4de001 Border Color

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

This div border color is #4de001


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,224,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4de001; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4de001;
  -webkit-box-shadow: 1px 1px 3px 2px #4de001;
  box-shadow:         1px 1px 3px 2px #4de001; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,224,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4de001


Comments

No comments written yet.

Please login to write comment.