Color Hex Logo

#3cb02f Color Hex

#3CB02F
(60,176,47)
0 Favorites   0 Comments

Color spaces of #3cb02f

RGB 6017647
HSL0.320.580.44
HSV114°73°69°
CMYK 0.660.000.73   0.31
XYZ17.901932.21667.9642
Yxy32.21660.30820.5547
Hunter Lab56.7597-43.030831.4125
CIE-Lab63.5215-56.155853.4641

#3cb02f color RGB value is (60,176,47).

#3cb02f hex color red value is 60, green value is 176 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #3cb02f hue: 0.32 , saturation: 0.58 and the lightness value of 3cb02f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10110000 00101111
Octal 74 260 57
Decimal 60 176 47
Hex 3C B0 2F

RGB Percentages of Color #3cb02f

%21.20
%62.19
%16.61

CMYK Percentages of Color #3cb02f

%66
%0
%73
%31

Triadic Colors of #3cb02f

#3cb02f #2f3cb0 #b02f3c

Analogous Colors of #3cb02f

#3cb02f #2fb063 #7db02f

Monochromatic Colors of #3cb02f

#3cb02f

Complementary Color

#3cb02f #a32fb0

#3cb02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cb02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cb02f Color CSS Codes

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

#3cb02f Text Font Color

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

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


#3cb02f Background Color

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

This div background color is #3cb02f


#3cb02f Border Color

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

This div border color is #3cb02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cb02f


Comments

No comments written yet.

Please login to write comment.