Color Hex Logo

#3dc021 Color Hex

#3DC021
(61,192,33)
0 Favorites   0 Comments

Color spaces of #3dc021

RGB 6119233
HSL0.300.710.44
HSV109°83°75°
CMYK 0.680.000.83   0.25
XYZ21.048638.80127.8188
Yxy38.80120.31110.5734
Hunter Lab62.2906-48.691736.1613
CIE-Lab68.6070-62.181162.7444

#3dc021 color RGB value is (61,192,33).

#3dc021 hex color red value is 61, green value is 192 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #3dc021 hue: 0.30 , saturation: 0.71 and the lightness value of 3dc021 is 0.44.

The process color (four color CMYK) of #3dc021 color hex is 0.68, 0.00, 0.83, 0.25. Web safe color of #3dc021 is #33cc33. Color #3dc021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11000000 00100001
Octal 75 300 41
Decimal 61 192 33
Hex 3D C0 21

RGB Percentages of Color #3dc021

%21.33
%67.13
%11.54

CMYK Percentages of Color #3dc021

%68
%0
%83
%25

Triadic Colors of #3dc021

#3dc021 #213dc0 #c0213d

Analogous Colors of #3dc021

#3dc021 #21c054 #8dc021

Monochromatic Colors of #3dc021

#3dc021

Complementary Color

#3dc021 #a421c0

#3dc021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc021 Color CSS Codes

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

#3dc021 Text Font Color

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

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


#3dc021 Background Color

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

This div background color is #3dc021


#3dc021 Border Color

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

This div border color is #3dc021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc021


Comments

No comments written yet.

Please login to write comment.