COLOR #58B61E

HEX: #58B61E
RGB: (88,182,30)

Color info

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

RGB color model

#58B61E color RGB value is (88,182,30).

  • red value is 88;
  • green value is 182;
  • blue value is 30.
RGB:
(88,182,30)
(35%,71%,12%)

RGB channels and saturation

R 88 of 255 = 35%
G 182 of 255 = 71%
B 30 of 255 = 12%

88
182
30

R + G + B ~ 39%. #58B61E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 182 + 30 = 300 (100%)
R 88 of 300 ~ 29.33%
G 182 of 300 ~ 60.67%
B 30 of 300 ~ 10%

%29.33
%60.67
%10

CMYK color model

#58B61E color CMYK value is (52,0,84,29).

  • cyan value is 51.65%
  • magenta value is 0.00%
  • yellow value is 83.52%
  • key color value is 28.63%
CMYK:
(52,0,84,29)
C52M0Y84K29 
(52%,0%,84%,29%)
(0.52/0.00/0.84/0.29)	

CMYK percentages

%51.65
%0
%83.52
%28.63

Codes

Color #58B61E in popluar color models

58B61E
RGB8818230
HSL97°71.70%41.57%
HSB/HSV97°83.52%71.37%
CMYK51.65%0.00%83.52%
28.63%

Color #58B61E in popluar number systems.

HEX58B61E
Decimal8818230
Binary10110001011011011110
Octal13026636

Shades and tints

Shades of #58B61E

#58B61E
(88,182,30)
#50A61C
(80,166,28)
#48961A
(72,150,26)
#408618
(64,134,24)
#387616
(56,118,22)
#306614
(48,102,20)
#285612
(40,86,18)
#204610
(32,70,16)
#18360E
(24,54,14)
#10260C
(16,38,12)
#08160A
(8,22,10)
#000000
(0,0,0)

Tints of #58B61E

#58B61E
(88,182,30)
#67BC32
(103,188,50)
#76C246
(118,194,70)
#85C85A
(133,200,90)
#94CE6E
(148,206,110)
#A3D482
(163,212,130)
#B2DA96
(178,218,150)
#C1E0AA
(193,224,170)
#D0E6BE
(208,230,190)
#DFECD2
(223,236,210)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B61E color. Also use rgb(88,182,30) instead hex code.

Text Font Color

.myTextColor { color: #58B61E; }

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

This text font color is #58B61E.


Background Color

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

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

This div background color is #58B61E.


Border color

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

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

This div border color is #58B61E.


Opacity

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

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

Text with #58B61E 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 #58B61E;}

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

This text has shadow with #58B61E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B61E on black background.


Color preview on white background

This text has color #58B61E on white background.



Black color preview on #58B61E background

This text has black color on #58B61E background.


White color preview on #58B61E background

This text has white color on #58B61E background.