Color Hex Logo

#41e300 Color Hex

#41E300
(65,227,0)
0 Favorites   0 Comments

Color spaces of #41e300

RGB 652270
HSL0.291.000.45
HSV103°100°89°
CMYK 0.710.001.00   0.11
XYZ29.649156.06209.2584
Yxy56.06200.31220.5903
Hunter Lab74.8746-60.347445.0809
CIE-Lab79.6491-73.180676.9650

#41e300 color RGB value is (65,227,0).

#41e300 hex color red value is 65, green value is 227 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #41e300 hue: 0.29 , saturation: 1.00 and the lightness value of 41e300 is 0.45.

The process color (four color CMYK) of #41e300 color hex is 0.71, 0.00, 1.00, 0.11. Web safe color of #41e300 is #33cc00. Color #41e300 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11100011 00000000
Octal 101 343 0
Decimal 65 227 0
Hex 41 E3 0

RGB Percentages of Color #41e300

%22.26
%77.74
%0.00

CMYK Percentages of Color #41e300

%71
%0
%100
%11

Triadic Colors of #41e300

#41e300 #0041e3 #e30041

Analogous Colors of #41e300

#41e300 #00e330 #b3e300

Monochromatic Colors of #41e300

#41e300

Complementary Color

#41e300 #a200e3

#41e300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41e300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41e300 Color CSS Codes

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

#41e300 Text Font Color

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

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


#41e300 Background Color

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

This div background color is #41e300


#41e300 Border Color

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

This div border color is #41e300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41e300

#41e300 Color Palettes


Comments

No comments written yet.

Please login to write comment.