COLOR #58D003

HEX: #58D003
RGB: (88,208,3)

Color info

#58D003 contains mainly green color. Web safe color of #58D003 is #66CC00 (or #6C0).

RGB color model

#58D003 color RGB value is (88,208,3).

  • red value is 88;
  • green value is 208;
  • blue value is 3.
RGB:
(88,208,3)
(35%,82%,1%)

RGB channels and saturation

R 88 of 255 = 35%
G 208 of 255 = 82%
B 3 of 255 = 1%

88
208
3

R + G + B ~ 39%. #58D003 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 208 + 3 = 299 (100%)
R 88 of 299 ~ 29.43%
G 208 of 299 ~ 69.57%
B 3 of 299 ~ 1%

%29.43
%69.57

CMYK color model

#58D003 color CMYK value is (58,0,99,18).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 98.56%
  • key color value is 18.43%
CMYK:
(58,0,99,18)
C58M0Y99K18 
(58%,0%,99%,18%)
(0.58/0.00/0.99/0.18)	

CMYK percentages

%57.69
%0
%98.56
%18.43

Codes

Color #58D003 in popluar color models

58D003
RGB882083
HSL95°97.16%41.37%
HSB/HSV95°98.56%81.57%
CMYK57.69%0.00%98.56%
18.43%

Color #58D003 in popluar number systems.

HEX58D003
Decimal882083
Binary10110001101000011
Octal1303203

Shades and tints

Shades of #58D003

#58D003
(88,208,3)
#50BE03
(80,190,3)
#48AC03
(72,172,3)
#409A03
(64,154,3)
#388803
(56,136,3)
#307603
(48,118,3)
#286403
(40,100,3)
#205203
(32,82,3)
#184003
(24,64,3)
#102E03
(16,46,3)
#081C03
(8,28,3)
#000000
(0,0,0)

Tints of #58D003

#58D003
(88,208,3)
#67D419
(103,212,25)
#76D82F
(118,216,47)
#85DC45
(133,220,69)
#94E05B
(148,224,91)
#A3E471
(163,228,113)
#B2E887
(178,232,135)
#C1EC9D
(193,236,157)
#D0F0B3
(208,240,179)
#DFF4C9
(223,244,201)
#EEF8DF
(238,248,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58D003 color. Also use rgb(88,208,3) instead hex code.

Text Font Color

.myTextColor { color: #58D003; }

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

This text font color is #58D003.


Background Color

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

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

This div background color is #58D003.


Border color

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

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

This div border color is #58D003.


Opacity

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

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

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

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

This text has shadow with #58D003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58D003 on black background.


Color preview on white background

This text has color #58D003 on white background.



Black color preview on #58D003 background

This text has black color on #58D003 background.


White color preview on #58D003 background

This text has white color on #58D003 background.