COLOR #58CF3C

HEX: #58CF3C
RGB: (88,207,60)

Color info

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

RGB color model

#58CF3C color RGB value is (88,207,60).

  • red value is 88;
  • green value is 207;
  • blue value is 60.
RGB:
(88,207,60)
(35%,81%,24%)

RGB channels and saturation

R 88 of 255 = 35%
G 207 of 255 = 81%
B 60 of 255 = 24%

88
207
60

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

Portions of RGB colors in percentages

R + G + B =
88 + 207 + 60 = 355 (100%)
R 88 of 355 ~ 24.79%
G 207 of 355 ~ 58.31%
B 60 of 355 ~ 16.9%

%24.79
%58.31
%16.9

CMYK color model

#58CF3C color CMYK value is (57,0,71,19).

  • cyan value is 57.49%
  • magenta value is 0.00%
  • yellow value is 71.01%
  • key color value is 18.82%
CMYK:
(57,0,71,19)
C57M0Y71K19 
(57%,0%,71%,19%)
(0.57/0.00/0.71/0.19)	

CMYK percentages

%57.49
%0
%71.01
%18.82

Codes

Color #58CF3C in popluar color models

58CF3C
RGB8820760
HSL109°60.49%52.35%
HSB/HSV109°71.01%81.18%
CMYK57.49%0.00%71.01%
18.82%

Color #58CF3C in popluar number systems.

HEX58CF3C
Decimal8820760
Binary101100011001111111100
Octal13031774

Shades and tints

Shades of #58CF3C

#58CF3C
(88,207,60)
#50BD37
(80,189,55)
#48AB32
(72,171,50)
#40992D
(64,153,45)
#388728
(56,135,40)
#307523
(48,117,35)
#28631E
(40,99,30)
#205119
(32,81,25)
#183F14
(24,63,20)
#102D0F
(16,45,15)
#081B0A
(8,27,10)
#000000
(0,0,0)

Tints of #58CF3C

#58CF3C
(88,207,60)
#67D34D
(103,211,77)
#76D75E
(118,215,94)
#85DB6F
(133,219,111)
#94DF80
(148,223,128)
#A3E391
(163,227,145)
#B2E7A2
(178,231,162)
#C1EBB3
(193,235,179)
#D0EFC4
(208,239,196)
#DFF3D5
(223,243,213)
#EEF7E6
(238,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58CF3C color. Also use rgb(88,207,60) instead hex code.

Text Font Color

.myTextColor { color: #58CF3C; }

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

This text font color is #58CF3C.


Background Color

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

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

This div background color is #58CF3C.


Border color

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

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

This div border color is #58CF3C.


Opacity

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

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

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

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

This text has shadow with #58CF3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58CF3C on black background.


Color preview on white background

This text has color #58CF3C on white background.



Black color preview on #58CF3C background

This text has black color on #58CF3C background.


White color preview on #58CF3C background

This text has white color on #58CF3C background.