Color Hex Logo

#58bf2b Color Hex

#58BF2B
(88,191,43)
0 Favorites   0 Comments

Color spaces of #58bf2b

RGB 8819143
HSL0.280.630.46
HSV102°77°75°
CMYK 0.540.000.77   0.25
XYZ23.091339.51078.6948
Yxy39.51070.32390.5542
Hunter Lab62.8575-44.427135.7990
CIE-Lab69.1196-54.905360.6328

#58bf2b color RGB value is (88,191,43).

#58bf2b hex color red value is 88, green value is 191 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #58bf2b hue: 0.28 , saturation: 0.63 and the lightness value of 58bf2b is 0.46.

The process color (four color CMYK) of #58bf2b color hex is 0.54, 0.00, 0.77, 0.25. Web safe color of #58bf2b is #66cc33. Color #58bf2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111111 00101011
Octal 130 277 53
Decimal 88 191 43
Hex 58 BF 2B

RGB Percentages of Color #58bf2b

%27.33
%59.32
%13.35

CMYK Percentages of Color #58bf2b

%54
%0
%77
%25

Triadic Colors of #58bf2b

#58bf2b #2b58bf #bf2b58

Analogous Colors of #58bf2b

#58bf2b #2bbf48 #a2bf2b

Monochromatic Colors of #58bf2b

#58bf2b

Complementary Color

#58bf2b #922bbf

#58bf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bf2b Color CSS Codes

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

#58bf2b Text Font Color

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

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


#58bf2b Background Color

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

This div background color is #58bf2b


#58bf2b Border Color

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

This div border color is #58bf2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,191,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 #58bf2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bf2b


Comments

No comments written yet.

Please login to write comment.