Color Hex Logo

#02dc15 Color Hex

#02DC15
(2,220,21)
0 Favorites   0 Comments

Color spaces of #02dc15

RGB 222021
HSL0.350.980.44
HSV125°99°86°
CMYK 0.990.000.90   0.14
XYZ25.753651.25349.2450
Yxy51.25340.29860.5942
Hunter Lab71.5915-61.073342.4576
CIE-Lab76.8323-76.592772.1509

#02dc15 color RGB value is (2,220,21).

#02dc15 hex color red value is 2, green value is 220 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #02dc15 hue: 0.35 , saturation: 0.98 and the lightness value of 02dc15 is 0.44.

The process color (four color CMYK) of #02dc15 color hex is 0.99, 0.00, 0.90, 0.14. Web safe color of #02dc15 is #00cc00. Color #02dc15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11011100 00010101
Octal 2 334 25
Decimal 2 220 21
Hex 2 DC 15

RGB Percentages of Color #02dc15

%0.82
%90.53
%8.64

CMYK Percentages of Color #02dc15

%99
%0
%90
%14

Triadic Colors of #02dc15

#02dc15 #1502dc #dc1502

Analogous Colors of #02dc15

#02dc15 #02dc82 #5cdc02

Monochromatic Colors of #02dc15

#02dc15

Complementary Color

#02dc15 #dc02c9

#02dc15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02dc15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#02dc15 Color CSS Codes

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

#02dc15 Text Font Color

<p style="color:#02dc15">Text here</p>

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


#02dc15 Background Color

<div style="background-color:#02dc15">
Div content here</div>

This div background color is #02dc15


#02dc15 Border Color

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

This div border color is #02dc15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,220,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02dc15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02dc15;
  -webkit-box-shadow: 1px 1px 3px 2px #02dc15;
  box-shadow:         1px 1px 3px 2px #02dc15; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02dc15


Comments

No comments written yet.

Please login to write comment.