COLOR #58E05F

HEX: #58E05F
RGB: (88,224,95)

Color info

#58E05F contains mainly green color. Web safe color of #58E05F is #66CC66 (or #6C6).

RGB color model

#58E05F color RGB value is (88,224,95).

  • red value is 88;
  • green value is 224;
  • blue value is 95.
RGB:
(88,224,95)
(35%,88%,37%)

RGB channels and saturation

R 88 of 255 = 35%
G 224 of 255 = 88%
B 95 of 255 = 37%

88
224
95

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

Portions of RGB colors in percentages

R + G + B =
88 + 224 + 95 = 407 (100%)
R 88 of 407 ~ 21.62%
G 224 of 407 ~ 55.04%
B 95 of 407 ~ 23.34%

%21.62
%55.04
%23.34

CMYK color model

#58E05F color CMYK value is (61,0,58,12).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 57.59%
  • key color value is 12.16%
CMYK:
(61,0,58,12)
C61M0Y58K12 
(61%,0%,58%,12%)
(0.61/0.00/0.58/0.12)	

CMYK percentages

%60.71
%0
%57.59
%12.16

Codes

Color #58E05F in popluar color models

58E05F
RGB8822495
HSL123°68.69%61.18%
HSB/HSV123°60.71%87.84%
CMYK60.71%0.00%57.59%
12.16%

Color #58E05F in popluar number systems.

HEX58E05F
Decimal8822495
Binary1011000111000001011111
Octal130340137

Shades and tints

Shades of #58E05F

#58E05F
(88,224,95)
#50CC57
(80,204,87)
#48B84F
(72,184,79)
#40A447
(64,164,71)
#38903F
(56,144,63)
#307C37
(48,124,55)
#28682F
(40,104,47)
#205427
(32,84,39)
#18401F
(24,64,31)
#102C17
(16,44,23)
#08180F
(8,24,15)
#000000
(0,0,0)

Tints of #58E05F

#58E05F
(88,224,95)
#67E26D
(103,226,109)
#76E47B
(118,228,123)
#85E689
(133,230,137)
#94E897
(148,232,151)
#A3EAA5
(163,234,165)
#B2ECB3
(178,236,179)
#C1EEC1
(193,238,193)
#D0F0CF
(208,240,207)
#DFF2DD
(223,242,221)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58E05F color. Also use rgb(88,224,95) instead hex code.

Text Font Color

.myTextColor { color: #58E05F; }

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

This text font color is #58E05F.


Background Color

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

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

This div background color is #58E05F.


Border color

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

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

This div border color is #58E05F.


Opacity

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

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

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

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

This text has shadow with #58E05F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58E05F on black background.


Color preview on white background

This text has color #58E05F on white background.



Black color preview on #58E05F background

This text has black color on #58E05F background.


White color preview on #58E05F background

This text has white color on #58E05F background.