Color Hex Logo

#3cb01e Color Hex

#3CB01E
(60,176,30)
0 Favorites   0 Comments

Color spaces of #3cb01e

RGB 6017630
HSL0.300.710.40
HSV108°83°69°
CMYK 0.660.000.83   0.31
XYZ17.623232.10516.4964
Yxy32.10510.31340.5710
Hunter Lab56.6614-43.639132.8652
CIE-Lab63.4297-57.255058.7967

#3cb01e color RGB value is (60,176,30).

#3cb01e hex color red value is 60, green value is 176 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #3cb01e hue: 0.30 , saturation: 0.71 and the lightness value of 3cb01e is 0.40.

The process color (four color CMYK) of #3cb01e color hex is 0.66, 0.00, 0.83, 0.31. Web safe color of #3cb01e is #339933. Color #3cb01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10110000 00011110
Octal 74 260 36
Decimal 60 176 30
Hex 3C B0 1E

RGB Percentages of Color #3cb01e

%22.56
%66.17
%11.28

CMYK Percentages of Color #3cb01e

%66
%0
%83
%31

Triadic Colors of #3cb01e

#3cb01e #1e3cb0 #b01e3c

Analogous Colors of #3cb01e

#3cb01e #1eb049 #85b01e

Monochromatic Colors of #3cb01e

#3cb01e

Complementary Color

#3cb01e #921eb0

#3cb01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cb01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cb01e Color CSS Codes

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

#3cb01e Text Font Color

<p style="color:#3cb01e">Text here</p>

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


#3cb01e Background Color

<div style="background-color:#3cb01e">
Div content here</div>

This div background color is #3cb01e


#3cb01e Border Color

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

This div border color is #3cb01e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,176,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cb01e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cb01e;
  -webkit-box-shadow: 1px 1px 3px 2px #3cb01e;
  box-shadow:         1px 1px 3px 2px #3cb01e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,176,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cb01e


Comments

No comments written yet.

Please login to write comment.