Color Hex Logo

#41e14e Color Hex

#41E14E
(65,225,78)
0 Favorites   0 Comments

Color spaces of #41e14e

RGB 6522578
HSL0.350.730.57
HSV125°71°88°
CMYK 0.710.000.65   0.12
XYZ30.480355.524316.3185
Yxy55.52430.29790.5426
Hunter Lab74.5146-57.385039.1759
CIE-Lab79.3423-68.718658.1477

#41e14e color RGB value is (65,225,78).

#41e14e hex color red value is 65, green value is 225 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #41e14e hue: 0.35 , saturation: 0.73 and the lightness value of 41e14e is 0.57.

The process color (four color CMYK) of #41e14e color hex is 0.71, 0.00, 0.65, 0.12. Web safe color of #41e14e is #33cc66. Color #41e14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11100001 01001110
Octal 101 341 116
Decimal 65 225 78
Hex 41 E1 4E

RGB Percentages of Color #41e14e

%17.66
%61.14
%21.20

CMYK Percentages of Color #41e14e

%71
%0
%65
%12

Triadic Colors of #41e14e

#41e14e #4e41e1 #e14e41

Analogous Colors of #41e14e

#41e14e #41e19e #84e141

Monochromatic Colors of #41e14e

#41e14e

Complementary Color

#41e14e #e141d4

#41e14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41e14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41e14e Color CSS Codes

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

#41e14e Text Font Color

<p style="color:#41e14e">Text here</p>

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


#41e14e Background Color

<div style="background-color:#41e14e">
Div content here</div>

This div background color is #41e14e


#41e14e Border Color

<div style="border:3px solid #41e14e">
Div here</div>

This div border color is #41e14e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,225,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41e14e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41e14e;
  -webkit-box-shadow: 1px 1px 3px 2px #41e14e;
  box-shadow:         1px 1px 3px 2px #41e14e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41e14e


Comments

No comments written yet.

Please login to write comment.