Color Hex Logo

#02ea5f Color Hex

#02EA5F
(2,234,95)
0 Favorites   0 Comments

Color spaces of #02ea5f

RGB 223495
HSL0.400.980.46
HSV144°99°92°
CMYK 0.990.000.59   0.08
XYZ31.513459.684820.6859
Yxy59.68480.28170.5335
Hunter Lab77.2559-62.386138.2038
CIE-Lab81.6666-74.913253.4161

#02ea5f color RGB value is (2,234,95).

#02ea5f hex color red value is 2, green value is 234 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #02ea5f hue: 0.40 , saturation: 0.98 and the lightness value of 02ea5f is 0.46.

The process color (four color CMYK) of #02ea5f color hex is 0.99, 0.00, 0.59, 0.08. Web safe color of #02ea5f is #00ff66. Color #02ea5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11101010 01011111
Octal 2 352 137
Decimal 2 234 95
Hex 2 EA 5F

RGB Percentages of Color #02ea5f

%0.60
%70.69
%28.70

CMYK Percentages of Color #02ea5f

%99
%0
%59
%8

Triadic Colors of #02ea5f

#02ea5f #5f02ea #ea5f02

Analogous Colors of #02ea5f

#02ea5f #02ead3 #19ea02

Monochromatic Colors of #02ea5f

#02ea5f

Complementary Color

#02ea5f #ea028d

#02ea5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02ea5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02ea5f Color CSS Codes

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

#02ea5f Text Font Color

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

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


#02ea5f Background Color

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

This div background color is #02ea5f


#02ea5f Border Color

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

This div border color is #02ea5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02ea5f


Comments

No comments written yet.

Please login to write comment.