COLOR #58CA2E

HEX: #58CA2E
RGB: (88,202,46)

Color info

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

RGB color model

#58CA2E color RGB value is (88,202,46).

  • red value is 88;
  • green value is 202;
  • blue value is 46.
RGB:
(88,202,46)
(35%,79%,18%)

RGB channels and saturation

R 88 of 255 = 35%
G 202 of 255 = 79%
B 46 of 255 = 18%

88
202
46

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

Portions of RGB colors in percentages

R + G + B =
88 + 202 + 46 = 336 (100%)
R 88 of 336 ~ 26.19%
G 202 of 336 ~ 60.12%
B 46 of 336 ~ 13.69%

%26.19
%60.12
%13.69

CMYK color model

#58CA2E color CMYK value is (56,0,77,21).

  • cyan value is 56.44%
  • magenta value is 0.00%
  • yellow value is 77.23%
  • key color value is 20.78%
CMYK:
(56,0,77,21)
C56M0Y77K21 
(56%,0%,77%,21%)
(0.56/0.00/0.77/0.21)	

CMYK percentages

%56.44
%0
%77.23
%20.78

Codes

Color #58CA2E in popluar color models

58CA2E
RGB8820246
HSL104°62.90%48.63%
HSB/HSV104°77.23%79.22%
CMYK56.44%0.00%77.23%
20.78%

Color #58CA2E in popluar number systems.

HEX58CA2E
Decimal8820246
Binary101100011001010101110
Octal13031256

Shades and tints

Shades of #58CA2E

#58CA2E
(88,202,46)
#50B82A
(80,184,42)
#48A626
(72,166,38)
#409422
(64,148,34)
#38821E
(56,130,30)
#30701A
(48,112,26)
#285E16
(40,94,22)
#204C12
(32,76,18)
#183A0E
(24,58,14)
#10280A
(16,40,10)
#081606
(8,22,6)
#000000
(0,0,0)

Tints of #58CA2E

#58CA2E
(88,202,46)
#67CE41
(103,206,65)
#76D254
(118,210,84)
#85D667
(133,214,103)
#94DA7A
(148,218,122)
#A3DE8D
(163,222,141)
#B2E2A0
(178,226,160)
#C1E6B3
(193,230,179)
#D0EAC6
(208,234,198)
#DFEED9
(223,238,217)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58CA2E; }

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

This text font color is #58CA2E.


Background Color

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

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

This div background color is #58CA2E.


Border color

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

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

This div border color is #58CA2E.


Opacity

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

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

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

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

This text has shadow with #58CA2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58CA2E on black background.


Color preview on white background

This text has color #58CA2E on white background.



Black color preview on #58CA2E background

This text has black color on #58CA2E background.


White color preview on #58CA2E background

This text has white color on #58CA2E background.