color codes Logo

#41d00b color codes

#41D00B
(65,208,11)
0 Favorites   0 Comments

Color spaces of #41d00b

RGB 6520811
HSL0.290.900.43
HSV104°95°82°
CMYK 0.690.000.95   0.18
XYZ24.796346.25977.9387
Yxy46.25970.31390.5856
Hunter Lab68.0145-53.948940.6898
CIE-Lab73.7137-67.210471.1263

#41d00b color RGB value is (65,208,11).

#41d00b hex color red value is 65, green value is 208 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #41d00b hue: 0.29 , saturation: 0.90 and the lightness value of 41d00b is 0.43.

The process color (four color CMYK) of #41d00b color code is 0.69, 0.00, 0.95, 0.18. Web safe color of #41d00b is #33cc00. Color #41d00b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11010000 00001011
Octal 101 320 13
Decimal 65 208 11
Hex 41 D0 B

RGB Percentages of Color #41d00b

%22.89
%73.24
%3.87

CMYK Percentages of Color #41d00b

%69
%0
%95
%18

Triadic Colors of #41d00b

#41d00b #0b41d0 #d00b41

Analogous Colors of #41d00b

#41d00b #0bd037 #a4d00b

Monochromatic Colors of #41d00b

#41d00b

Complementary Color

#41d00b #9a0bd0

#41d00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41d00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41d00b Color CSS Codes

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

#41d00b Text Font Color

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

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


#41d00b Background Color

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

This div background color is #41d00b


#41d00b Border Color

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

This div border color is #41d00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41d00b


Comments

No comments written yet.

Please login to write comment.