Color Hex Logo

#3bc013 Color Hex

#3BC013
(59,192,19)
0 Favorites   0 Comments

Color spaces of #3bc013

RGB 5919219
HSL0.290.820.41
HSV106°90°75°
CMYK 0.690.000.90   0.25
XYZ20.770838.67616.9866
Yxy38.67610.31270.5822
Hunter Lab62.1901-49.215736.8723
CIE-Lab68.5160-63.125465.6481

#3bc013 color RGB value is (59,192,19).

#3bc013 hex color red value is 59, green value is 192 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #3bc013 hue: 0.29 , saturation: 0.82 and the lightness value of 3bc013 is 0.41.

The process color (four color CMYK) of #3bc013 color hex is 0.69, 0.00, 0.90, 0.25. Web safe color of #3bc013 is #33cc00. Color #3bc013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11000000 00010011
Octal 73 300 23
Decimal 59 192 19
Hex 3B C0 13

RGB Percentages of Color #3bc013

%21.85
%71.11
%7.04

CMYK Percentages of Color #3bc013

%69
%0
%90
%25

Triadic Colors of #3bc013

#3bc013 #133bc0 #c0133b

Analogous Colors of #3bc013

#3bc013 #13c042 #92c013

Monochromatic Colors of #3bc013

#3bc013

Complementary Color

#3bc013 #9813c0

#3bc013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc013 Color CSS Codes

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

#3bc013 Text Font Color

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

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


#3bc013 Background Color

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

This div background color is #3bc013


#3bc013 Border Color

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

This div border color is #3bc013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,192,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bc013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bc013;
  -webkit-box-shadow: 1px 1px 3px 2px #3bc013;
  box-shadow:         1px 1px 3px 2px #3bc013; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,192,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc013


Comments

No comments written yet.

Please login to write comment.