Color Hex Logo

#02b45d Color Hex

#02B45D
(2,180,93)
0 Favorites   0 Comments

Color spaces of #02b45d

RGB 218093
HSL0.420.980.36
HSV151°99°71°
CMYK 0.990.000.48   0.29
XYZ18.322133.445715.8459
Yxy33.44570.27100.4947
Hunter Lab57.8323-44.655124.2373
CIE-Lab64.5202-58.235333.6279

#02b45d color RGB value is (2,180,93).

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

The process color (four color CMYK) of #02b45d color hex is 0.99, 0.00, 0.48, 0.29. Web safe color of #02b45d is #00cc66. Color #02b45d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10110100 01011101
Octal 2 264 135
Decimal 2 180 93
Hex 2 B4 5D

RGB Percentages of Color #02b45d

%0.73
%65.45
%33.82

CMYK Percentages of Color #02b45d

%99
%0
%48
%29

Triadic Colors of #02b45d

#02b45d #5d02b4 #b45d02

Analogous Colors of #02b45d

#02b45d #02b2b4 #02b404

Monochromatic Colors of #02b45d

#02b45d

Complementary Color

#02b45d #b40259

#02b45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02b45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02b45d Color CSS Codes

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

#02b45d Text Font Color

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

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


#02b45d Background Color

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

This div background color is #02b45d


#02b45d Border Color

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

This div border color is #02b45d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,180,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 #02b45d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02b45d


Comments

No comments written yet.

Please login to write comment.