Color Hex Logo

#58dc2b Color Hex

#58DC2B
(88,220,43)
0 Favorites   0 Comments

Color spaces of #58dc2b

RGB 8822043
HSL0.290.720.52
HSV105°80°86°
CMYK 0.600.000.80   0.14
XYZ30.053753.435511.0156
Yxy53.43550.31800.5654
Hunter Lab73.0996-54.536942.2351
CIE-Lab78.1314-65.103469.1034

#58dc2b color RGB value is (88,220,43).

#58dc2b hex color red value is 88, green value is 220 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #58dc2b hue: 0.29 , saturation: 0.72 and the lightness value of 58dc2b is 0.52.

The process color (four color CMYK) of #58dc2b color hex is 0.60, 0.00, 0.80, 0.14. Web safe color of #58dc2b is #66cc33. Color #58dc2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011100 00101011
Octal 130 334 53
Decimal 88 220 43
Hex 58 DC 2B

RGB Percentages of Color #58dc2b

%25.07
%62.68
%12.25

CMYK Percentages of Color #58dc2b

%60
%0
%80
%14

Triadic Colors of #58dc2b

#58dc2b #2b58dc #dc2b58

Analogous Colors of #58dc2b

#58dc2b #2bdc57 #b1dc2b

Monochromatic Colors of #58dc2b

#58dc2b

Complementary Color

#58dc2b #af2bdc

#58dc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dc2b Color CSS Codes

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

#58dc2b Text Font Color

<p style="color:#58dc2b">Text here</p>

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


#58dc2b Background Color

<div style="background-color:#58dc2b">
Div content here</div>

This div background color is #58dc2b


#58dc2b Border Color

<div style="border:3px solid #58dc2b">
Div here</div>

This div border color is #58dc2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,220,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58dc2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58dc2b;
  -webkit-box-shadow: 1px 1px 3px 2px #58dc2b;
  box-shadow:         1px 1px 3px 2px #58dc2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dc2b


Comments

No comments written yet.

Please login to write comment.