Color Hex Logo

#3cdb0c Color Hex

#3CDB0C
(60,219,12)
0 Favorites   0 Comments

Color spaces of #3cdb0c

RGB 6021912
HSL0.290.900.45
HSV106°95°86°
CMYK 0.730.000.95   0.14
XYZ27.261451.65028.8805
Yxy51.65020.31050.5883
Hunter Lab71.8681-58.059542.9814
CIE-Lab77.0712-71.427773.7336

#3cdb0c color RGB value is (60,219,12).

#3cdb0c hex color red value is 60, green value is 219 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #3cdb0c hue: 0.29 , saturation: 0.90 and the lightness value of 3cdb0c is 0.45.

The process color (four color CMYK) of #3cdb0c color hex is 0.73, 0.00, 0.95, 0.14. Web safe color of #3cdb0c is #33cc00. Color #3cdb0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011011 00001100
Octal 74 333 14
Decimal 60 219 12
Hex 3C DB C

RGB Percentages of Color #3cdb0c

%20.62
%75.26
%4.12

CMYK Percentages of Color #3cdb0c

%73
%0
%95
%14

Triadic Colors of #3cdb0c

#3cdb0c #0c3cdb #db0c3c

Analogous Colors of #3cdb0c

#3cdb0c #0cdb43 #a4db0c

Monochromatic Colors of #3cdb0c

#3cdb0c

Complementary Color

#3cdb0c #ab0cdb

#3cdb0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdb0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdb0c Color CSS Codes

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

#3cdb0c Text Font Color

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

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


#3cdb0c Background Color

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

This div background color is #3cdb0c


#3cdb0c Border Color

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

This div border color is #3cdb0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdb0c


Comments

No comments written yet.

Please login to write comment.