COLOR #58E72A

HEX: #58E72A
RGB: (88,231,42)

Color info

#58E72A contains mainly green color. Web safe color of #58E72A is #66FF33 (or #6F3).

RGB color model

#58E72A color RGB value is (88,231,42).

  • red value is 88;
  • green value is 231;
  • blue value is 42.
RGB:
(88,231,42)
(35%,91%,16%)

RGB channels and saturation

R 88 of 255 = 35%
G 231 of 255 = 91%
B 42 of 255 = 16%

88
231
42

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

Portions of RGB colors in percentages

R + G + B =
88 + 231 + 42 = 361 (100%)
R 88 of 361 ~ 24.38%
G 231 of 361 ~ 63.99%
B 42 of 361 ~ 11.63%

%24.38
%63.99
%11.63

CMYK color model

#58E72A color CMYK value is (62,0,82,9).

  • cyan value is 61.90%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 9.41%
CMYK:
(62,0,82,9)
C62M0Y82K9 
(62%,0%,82%,9%)
(0.62/0.00/0.82/0.09)	

CMYK percentages

%61.9
%0
%81.82
%9.41

Codes

Color #58E72A in popluar color models

58E72A
RGB8823142
HSL105°79.75%53.53%
HSB/HSV105°81.82%90.59%
CMYK61.90%0.00%81.82%
9.41%

Color #58E72A in popluar number systems.

HEX58E72A
Decimal8823142
Binary101100011100111101010
Octal13034752

Shades and tints

Shades of #58E72A

#58E72A
(88,231,42)
#50D227
(80,210,39)
#48BD24
(72,189,36)
#40A821
(64,168,33)
#38931E
(56,147,30)
#307E1B
(48,126,27)
#286918
(40,105,24)
#205415
(32,84,21)
#183F12
(24,63,18)
#102A0F
(16,42,15)
#08150C
(8,21,12)
#000000
(0,0,0)

Tints of #58E72A

#58E72A
(88,231,42)
#67E93D
(103,233,61)
#76EB50
(118,235,80)
#85ED63
(133,237,99)
#94EF76
(148,239,118)
#A3F189
(163,241,137)
#B2F39C
(178,243,156)
#C1F5AF
(193,245,175)
#D0F7C2
(208,247,194)
#DFF9D5
(223,249,213)
#EEFBE8
(238,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58E72A color. Also use rgb(88,231,42) instead hex code.

Text Font Color

.myTextColor { color: #58E72A; }

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

This text font color is #58E72A.


Background Color

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

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

This div background color is #58E72A.


Border color

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

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

This div border color is #58E72A.


Opacity

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

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

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

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

This text has shadow with #58E72A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58E72A on black background.


Color preview on white background

This text has color #58E72A on white background.



Black color preview on #58E72A background

This text has black color on #58E72A background.


White color preview on #58E72A background

This text has white color on #58E72A background.