Color Hex Logo

#62dc20 Color Hex

#62DC20
(98,220,32)
0 Favorites   0 Comments

Color spaces of #62dc20

RGB 9822032
HSL0.270.750.49
HSV99°85°86°
CMYK 0.550.000.85   0.14
XYZ30.890953.887410.1397
Yxy53.88740.32540.5677
Hunter Lab73.4080-53.349343.1960
CIE-Lab78.3960-63.109972.0982

#62dc20 color RGB value is (98,220,32).

#62dc20 hex color red value is 98, green value is 220 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #62dc20 hue: 0.27 , saturation: 0.75 and the lightness value of 62dc20 is 0.49.

The process color (four color CMYK) of #62dc20 color hex is 0.55, 0.00, 0.85, 0.14. Web safe color of #62dc20 is #66cc33. Color #62dc20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11011100 00100000
Octal 142 334 40
Decimal 98 220 32
Hex 62 DC 20

RGB Percentages of Color #62dc20

%28.00
%62.86
%9.14

CMYK Percentages of Color #62dc20

%55
%0
%85
%14

Triadic Colors of #62dc20

#62dc20 #2062dc #dc2062

Analogous Colors of #62dc20

#62dc20 #20dc3c #c0dc20

Monochromatic Colors of #62dc20

#62dc20

Complementary Color

#62dc20 #9a20dc

#62dc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62dc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#62dc20 Color CSS Codes

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

#62dc20 Text Font Color

<p style="color:#62dc20">Text here</p>

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


#62dc20 Background Color

<div style="background-color:#62dc20">
Div content here</div>

This div background color is #62dc20


#62dc20 Border Color

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

This div border color is #62dc20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,220,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62dc20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62dc20;
  -webkit-box-shadow: 1px 1px 3px 2px #62dc20;
  box-shadow:         1px 1px 3px 2px #62dc20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,220,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62dc20


Comments

No comments written yet.

Please login to write comment.