Color Hex Logo

#41bc1d Color Hex

#41BC1D
(65,188,29)
0 Favorites   0 Comments

Color spaces of #41bc1d

RGB 6518829
HSL0.300.730.43
HSV106°85°74°
CMYK 0.650.000.85   0.26
XYZ20.385037.17907.2643
Yxy37.17900.31440.5735
Hunter Lab60.9746-47.029535.6186
CIE-Lab67.4111-60.239362.6960

#41bc1d color RGB value is (65,188,29).

#41bc1d hex color red value is 65, green value is 188 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #41bc1d hue: 0.30 , saturation: 0.73 and the lightness value of 41bc1d is 0.43.

The process color (four color CMYK) of #41bc1d color hex is 0.65, 0.00, 0.85, 0.26. Web safe color of #41bc1d is #33cc33. Color #41bc1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111100 00011101
Octal 101 274 35
Decimal 65 188 29
Hex 41 BC 1D

RGB Percentages of Color #41bc1d

%23.05
%66.67
%10.28

CMYK Percentages of Color #41bc1d

%65
%0
%85
%26

Triadic Colors of #41bc1d

#41bc1d #1d41bc #bc1d41

Analogous Colors of #41bc1d

#41bc1d #1dbc48 #91bc1d

Monochromatic Colors of #41bc1d

#41bc1d

Complementary Color

#41bc1d #981dbc

#41bc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bc1d Color CSS Codes

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

#41bc1d Text Font Color

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

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


#41bc1d Background Color

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

This div background color is #41bc1d


#41bc1d Border Color

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

This div border color is #41bc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bc1d


Comments

No comments written yet.

Please login to write comment.