COLOR #58BF38

HEX: #58BF38
RGB: (88,191,56)

Color info

#58BF38 contains mainly green color. Web safe color of #58BF38 is #66CC33 (or #6C3).

RGB color model

#58BF38 color RGB value is (88,191,56).

  • red value is 88;
  • green value is 191;
  • blue value is 56.
RGB:
(88,191,56)
(35%,75%,22%)

RGB channels and saturation

R 88 of 255 = 35%
G 191 of 255 = 75%
B 56 of 255 = 22%

88
191
56

R + G + B ~ 44%. #58BF38 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 191 + 56 = 335 (100%)
R 88 of 335 ~ 26.27%
G 191 of 335 ~ 57.01%
B 56 of 335 ~ 16.72%

%26.27
%57.01
%16.72

CMYK color model

#58BF38 color CMYK value is (54,0,71,25).

  • cyan value is 53.93%
  • magenta value is 0.00%
  • yellow value is 70.68%
  • key color value is 25.10%
CMYK:
(54,0,71,25)
C54M0Y71K25 
(54%,0%,71%,25%)
(0.54/0.00/0.71/0.25)	

CMYK percentages

%53.93
%0
%70.68
%25.1

Codes

Color #58BF38 in popluar color models

58BF38
RGB8819156
HSL106°54.66%48.43%
HSB/HSV106°70.68%74.90%
CMYK53.93%0.00%70.68%
25.10%

Color #58BF38 in popluar number systems.

HEX58BF38
Decimal8819156
Binary101100010111111111000
Octal13027770

Shades and tints

Shades of #58BF38

#58BF38
(88,191,56)
#50AE33
(80,174,51)
#489D2E
(72,157,46)
#408C29
(64,140,41)
#387B24
(56,123,36)
#306A1F
(48,106,31)
#28591A
(40,89,26)
#204815
(32,72,21)
#183710
(24,55,16)
#10260B
(16,38,11)
#081506
(8,21,6)
#000000
(0,0,0)

Tints of #58BF38

#58BF38
(88,191,56)
#67C44A
(103,196,74)
#76C95C
(118,201,92)
#85CE6E
(133,206,110)
#94D380
(148,211,128)
#A3D892
(163,216,146)
#B2DDA4
(178,221,164)
#C1E2B6
(193,226,182)
#D0E7C8
(208,231,200)
#DFECDA
(223,236,218)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BF38 color. Also use rgb(88,191,56) instead hex code.

Text Font Color

.myTextColor { color: #58BF38; }

<p style="color:#58BF38">This sample text font color is #58BF38.</p>

This text font color is #58BF38.


Background Color

.myBgColor { background-color: #58BF38; }

<div style="background-color:#58BF38">Inner text</div>

This div background color is #58BF38.


Border color

.myBorderColor { border: 1px solid #58BF38; }

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

This div border color is #58BF38.


Opacity

.myOpacity80 { color: #58BF38; opacity: 0.8; }

<p style="color:#58BF38;opacity:0.8;">80%</p>

Text with #58BF38 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #58BF38;}

<p style="text-shadow: 3px 3px 1px #58BF38">Text here.</p>

This text has shadow with #58BF38 color.

.textShadow {text-shadow: 3px 3px 1px #58BF38, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #58BF38, 5px 5px 20px red">Text here.</p>

This text has shadow with #58BF38 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58BF38, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#58BF38, Direction=45, Strength=4)">Text</p>

This text has shadow with #58BF38 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #58BF38;
  -webkit-box-shadow:	1px 1px 3px 2px #58BF38;
  box-shadow:		1px 1px 3px 2px #58BF38;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58BF38;
-webkit-box-shadow: 1px 1px 3px 2px #58BF38;
box-shadow:1px 1px 3px 2px #58BF38;">
Div content here</div>
This div box has shadow with color #58BF38.

Preview

Color preview on black background

This text has color #58BF38 on black background.


Color preview on white background

This text has color #58BF38 on white background.



Black color preview on #58BF38 background

This text has black color on #58BF38 background.


White color preview on #58BF38 background

This text has white color on #58BF38 background.