Color Hex Logo

#41af30 Color Hex

#41AF30
(65,175,48)
0 Favorites   0 Comments

Color spaces of #41af30

RGB 6517548
HSL0.310.570.44
HSV112°73°69°
CMYK 0.630.000.73   0.31
XYZ18.043431.99728.0214
Yxy31.99720.31080.5511
Hunter Lab56.5661-42.052831.1886
CIE-Lab63.3406-54.622852.9524

#41af30 color RGB value is (65,175,48).

#41af30 hex color red value is 65, green value is 175 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #41af30 hue: 0.31 , saturation: 0.57 and the lightness value of 41af30 is 0.44.

The process color (four color CMYK) of #41af30 color hex is 0.63, 0.00, 0.73, 0.31. Web safe color of #41af30 is #339933. Color #41af30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101111 00110000
Octal 101 257 60
Decimal 65 175 48
Hex 41 AF 30

RGB Percentages of Color #41af30

%22.57
%60.76
%16.67

CMYK Percentages of Color #41af30

%63
%0
%73
%31

Triadic Colors of #41af30

#41af30 #3041af #af3041

Analogous Colors of #41af30

#41af30 #30af5f #81af30

Monochromatic Colors of #41af30

#41af30

Complementary Color

#41af30 #9e30af

#41af30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41af30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41af30 Color CSS Codes

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

#41af30 Text Font Color

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

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


#41af30 Background Color

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

This div background color is #41af30


#41af30 Border Color

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

This div border color is #41af30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41af30


Comments

No comments written yet.

Please login to write comment.