Color Hex Logo

#4edf1e Color Hex

#4EDF1E
(78,223,30)
0 Favorites   0 Comments

Color spaces of #4edf1e

RGB 7822330
HSL0.290.760.50
HSV105°87°87°
CMYK 0.650.000.87   0.13
XYZ29.763954.488810.1770
Yxy54.48880.31520.5770
Hunter Lab73.8165-57.205143.4973
CIE-Lab78.7459-68.850472.5904

#4edf1e color RGB value is (78,223,30).

#4edf1e hex color red value is 78, green value is 223 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #4edf1e hue: 0.29 , saturation: 0.76 and the lightness value of 4edf1e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 00011110
Octal 116 337 36
Decimal 78 223 30
Hex 4E DF 1E

RGB Percentages of Color #4edf1e

%23.56
%67.37
%9.06

CMYK Percentages of Color #4edf1e

%65
%0
%87
%13

Triadic Colors of #4edf1e

#4edf1e #1e4edf #df1e4e

Analogous Colors of #4edf1e

#4edf1e #1edf4f #afdf1e

Monochromatic Colors of #4edf1e

#4edf1e

Complementary Color

#4edf1e #af1edf

#4edf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edf1e Color CSS Codes

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

#4edf1e Text Font Color

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

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


#4edf1e Background Color

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

This div background color is #4edf1e


#4edf1e Border Color

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

This div border color is #4edf1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,223,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4edf1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4edf1e;
  -webkit-box-shadow: 1px 1px 3px 2px #4edf1e;
  box-shadow:         1px 1px 3px 2px #4edf1e; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edf1e


Comments

No comments written yet.

Please login to write comment.