COLOR #58B02E

HEX: #58B02E RGB: (88,176,46)

Color info

#58B02E contains mainly green color. Web safe color of #58B02E is #669933 (or #693).

RGB color model

#58B02E color RGB value is (88,176,46).

RGB: (88,176,46) (35%, 69%, 18%)

RGB channels and saturation

R 88 of 255 = 35%
G 176 of 255 = 69%
B 46 of 255 = 18%

88
176
46

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

Portions of RGB colors in percentages

R + G + B = 88 + 176 + 46 = 310 (100%)
R 88 of 310 ~ 28.39%
G 176 of 310 ~ 56.77%
B 46 of 310 ~ 14.84'%

%28.39
%56.77
%14.84

CMYK color model

#58B02E color CMYK value is (50,0,74,31).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 73.86%
  • key color value is 30.98%

CMYK: (50,0,74,31)
C50M0Y74K31 (50%, 0%, 74%, 31%)
(0.50 / 0.00 / 0.74 / 0.31)

CMYK percentages

%50
%0
%73.86
%30.98

Codes

Color #58B02E in popluar color models

58 B0 2E
RGB 88 176 46
HSL 101° 58.56% 43.53%
HSB/HSV 101° 73.86% 69.02%
CMYK 50.00% 0.00% 73.86%
30.98%

Color #58B02E in popluar number systems.

HEX 58 B0 2E
Decimal 88 176 46
Binary 1011000 10110000 101110
Octal 130 260 56

Shades and tints

Shades of #58B02E

#58B02E
(88,176,46)
#50A02A
(80,160,42)
#489026
(72,144,38)
#408022
(64,128,34)
#38701E
(56,112,30)
#30601A
(48,96,26)
#285016
(40,80,22)
#204012
(32,64,18)
#18300E
(24,48,14)
#10200A
(16,32,10)
#081006
(8,16,6)
#000000
(0,0,0)

Tints of #58B02E

#58B02E
(88,176,46)
#67B741
(103,183,65)
#76BE54
(118,190,84)
#85C567
(133,197,103)
#94CC7A
(148,204,122)
#A3D38D
(163,211,141)
#B2DAA0
(178,218,160)
#C1E1B3
(193,225,179)
#D0E8C6
(208,232,198)
#DFEFD9
(223,239,217)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B02E color. Also use rgb(88,176,46) instead hex code.

Text Font Color

.myTextColor { color: #58B02E; }

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

This text font color is #58B02E.

Background Color

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

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

This div background color is #58B02E.

Border color

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

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

This div border color is #58B02E.

Opacity

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

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

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

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

This text has shadow with #58B02E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58B02E.

Preview

Color preview on black background

This text has color #58B02E on black background.


Color preview on white background

This text has color #58B02E on white background.


Black color preview on #58B02E background

This text has black color on #58B02E background.


White color preview on #58B02E background

This text has white color on #58B02E background.


Related colors

Complementary color

Complementary color for #hex is #A74FD1.


I love getcolorcode.com

Triadic colors

1 #2E58B0 and #B02E58 with #58B02E are triadic colors.

2 #2EB058 and #B0582E with #58B02E are triadic colors.