COLOR #58EB00

HEX: #58EB00
RGB: (88,235,0)

Color info

#58EB00 contains mainly green color. Web safe color of #58EB00 is #66FF00 (or #6F0).

RGB color model

#58EB00 color RGB value is (88,235,0).

  • red value is 88;
  • green value is 235;
  • blue value is 0.
RGB:
(88,235,0)
(35%,92%,0%)

RGB channels and saturation

R 88 of 255 = 35%
G 235 of 255 = 92%
B 0 of 255 = 0%

88
235
0

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

Portions of RGB colors in percentages

R + G + B =
88 + 235 + 0 = 323 (100%)
R 88 of 323 ~ 27.24%
G 235 of 323 ~ 72.76%
B 0 of 323 ~ 0%

%27.24
%72.76

CMYK color model

#58EB00 color CMYK value is (63,0,100,8).

  • cyan value is 62.55%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 7.84%
CMYK:
(63,0,100,8)
C63M0Y100K8 
(63%,0%,100%,8%)
(0.63/0.00/1.00/0.08)	

CMYK percentages

%62.55
%0
%100
%7.84

Codes

Color #58EB00 in popluar color models

58EB00
RGB882350
HSL98°100.00%46.08%
HSB/HSV98°100.00%92.16%
CMYK62.55%0.00%100.00%
7.84%

Color #58EB00 in popluar number systems.

HEX58EB00
Decimal882350
Binary1011000111010110
Octal1303530

Shades and tints

Shades of #58EB00

#58EB00
(88,235,0)
#50D600
(80,214,0)
#48C100
(72,193,0)
#40AC00
(64,172,0)
#389700
(56,151,0)
#308200
(48,130,0)
#286D00
(40,109,0)
#205800
(32,88,0)
#184300
(24,67,0)
#102E00
(16,46,0)
#081900
(8,25,0)
#000000
(0,0,0)

Tints of #58EB00

#58EB00
(88,235,0)
#67EC17
(103,236,23)
#76ED2E
(118,237,46)
#85EE45
(133,238,69)
#94EF5C
(148,239,92)
#A3F073
(163,240,115)
#B2F18A
(178,241,138)
#C1F2A1
(193,242,161)
#D0F3B8
(208,243,184)
#DFF4CF
(223,244,207)
#EEF5E6
(238,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58EB00 color. Also use rgb(88,235,0) instead hex code.

Text Font Color

.myTextColor { color: #58EB00; }

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

This text font color is #58EB00.


Background Color

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

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

This div background color is #58EB00.


Border color

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

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

This div border color is #58EB00.


Opacity

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

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

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

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

This text has shadow with #58EB00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58EB00 on black background.


Color preview on white background

This text has color #58EB00 on white background.



Black color preview on #58EB00 background

This text has black color on #58EB00 background.


White color preview on #58EB00 background

This text has white color on #58EB00 background.