Color Hex Logo

#02e75d Color Hex

#02E75D
(2,231,93)
0 Favorites   0 Comments

Color spaces of #02e75d

RGB 223193
HSL0.400.980.46
HSV144°99°91°
CMYK 0.990.000.60   0.09
XYZ30.576757.955019.9308
Yxy57.95500.28190.5343
Hunter Lab76.1282-61.530237.7673
CIE-Lab80.7138-74.269653.1897

#02e75d color RGB value is (2,231,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11100111 01011101
Octal 2 347 135
Decimal 2 231 93
Hex 2 E7 5D

RGB Percentages of Color #02e75d

%0.61
%70.86
%28.53

CMYK Percentages of Color #02e75d

%99
%0
%60
%9

Triadic Colors of #02e75d

#02e75d #5d02e7 #e75d02

Analogous Colors of #02e75d

#02e75d #02e7d0 #1ae702

Monochromatic Colors of #02e75d

#02e75d

Complementary Color

#02e75d #e7028c

#02e75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02e75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02e75d Color CSS Codes

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

#02e75d Text Font Color

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

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


#02e75d Background Color

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

This div background color is #02e75d


#02e75d Border Color

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

This div border color is #02e75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02e75d


Comments

No comments written yet.

Please login to write comment.