Color Hex Logo

#02f61f Color Hex

#02F61F
(2,246,31)
0 Favorites   0 Comments

Color spaces of #02f61f

RGB 224631
HSL0.350.980.49
HSV127°99°96°
CMYK 0.990.000.87   0.04
XYZ33.228166.023412.2888
Yxy66.02340.29790.5919
Hunter Lab81.2548-69.200647.9115
CIE-Lab85.0084-83.151377.4998

#02f61f color RGB value is (2,246,31).

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

The process color (four color CMYK) of #02f61f color hex is 0.99, 0.00, 0.87, 0.04. Web safe color of #02f61f is #00ff33. Color #02f61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11110110 00011111
Octal 2 366 37
Decimal 2 246 31
Hex 2 F6 1F

RGB Percentages of Color #02f61f

%0.72
%88.17
%11.11

CMYK Percentages of Color #02f61f

%99
%0
%87
%4

Triadic Colors of #02f61f

#02f61f #1f02f6 #f61f02

Analogous Colors of #02f61f

#02f61f #02f699 #5ff602

Monochromatic Colors of #02f61f

#02f61f

Complementary Color

#02f61f #f602d9

#02f61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02f61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02f61f Color CSS Codes

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

#02f61f Text Font Color

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

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


#02f61f Background Color

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

This div background color is #02f61f


#02f61f Border Color

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

This div border color is #02f61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02f61f


Comments

No comments written yet.

Please login to write comment.