Color Hex Logo

#03c41f Color Hex

#03C41F
(3,196,31)
0 Favorites   0 Comments

Color spaces of #03c41f

RGB 319631
HSL0.360.970.39
HSV129°98°77°
CMYK 0.980.000.84   0.23
XYZ20.024839.59817.8841
Yxy39.59810.29660.5866
Hunter Lab62.9270-53.319636.6205
CIE-Lab69.1823-69.647163.5055

#03c41f color RGB value is (3,196,31).

#03c41f hex color red value is 3, green value is 196 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #03c41f hue: 0.36 , saturation: 0.97 and the lightness value of 03c41f is 0.39.

The process color (four color CMYK) of #03c41f color hex is 0.98, 0.00, 0.84, 0.23. Web safe color of #03c41f is #00cc33. Color #03c41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11000100 00011111
Octal 3 304 37
Decimal 3 196 31
Hex 3 C4 1F

RGB Percentages of Color #03c41f

%1.30
%85.22
%13.48

CMYK Percentages of Color #03c41f

%98
%0
%84
%23

Triadic Colors of #03c41f

#03c41f #1f03c4 #c41f03

Analogous Colors of #03c41f

#03c41f #03c480 #47c403

Monochromatic Colors of #03c41f

#03c41f

Complementary Color

#03c41f #c403a8

#03c41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03c41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#03c41f Color CSS Codes

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

#03c41f Text Font Color

<p style="color:#03c41f">Text here</p>

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


#03c41f Background Color

<div style="background-color:#03c41f">
Div content here</div>

This div background color is #03c41f


#03c41f Border Color

<div style="border:3px solid #03c41f">
Div here</div>

This div border color is #03c41f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,196,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03c41f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03c41f;
  -webkit-box-shadow: 1px 1px 3px 2px #03c41f;
  box-shadow:         1px 1px 3px 2px #03c41f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,196,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03c41f


Comments

No comments written yet.

Please login to write comment.