COLOR #58DF27

HEX: #58DF27
RGB: (88,223,39)

Color info

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

RGB color model

#58DF27 color RGB value is (88,223,39).

  • red value is 88;
  • green value is 223;
  • blue value is 39.
RGB:
(88,223,39)
(35%,87%,15%)

RGB channels and saturation

R 88 of 255 = 35%
G 223 of 255 = 87%
B 39 of 255 = 15%

88
223
39

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

Portions of RGB colors in percentages

R + G + B =
88 + 223 + 39 = 350 (100%)
R 88 of 350 ~ 25.14%
G 223 of 350 ~ 63.71%
B 39 of 350 ~ 11.14%

%25.14
%63.71
%11.14

CMYK color model

#58DF27 color CMYK value is (61,0,83,13).

  • cyan value is 60.54%
  • magenta value is 0.00%
  • yellow value is 82.51%
  • key color value is 12.55%
CMYK:
(61,0,83,13)
C61M0Y83K13 
(61%,0%,83%,13%)
(0.61/0.00/0.83/0.13)	

CMYK percentages

%60.54
%0
%82.51
%12.55

Codes

Color #58DF27 in popluar color models

58DF27
RGB8822339
HSL104°74.19%51.37%
HSB/HSV104°82.51%87.45%
CMYK60.54%0.00%82.51%
12.55%

Color #58DF27 in popluar number systems.

HEX58DF27
Decimal8822339
Binary101100011011111100111
Octal13033747

Shades and tints

Shades of #58DF27

#58DF27
(88,223,39)
#50CB24
(80,203,36)
#48B721
(72,183,33)
#40A31E
(64,163,30)
#388F1B
(56,143,27)
#307B18
(48,123,24)
#286715
(40,103,21)
#205312
(32,83,18)
#183F0F
(24,63,15)
#102B0C
(16,43,12)
#081709
(8,23,9)
#000000
(0,0,0)

Tints of #58DF27

#58DF27
(88,223,39)
#67E13A
(103,225,58)
#76E34D
(118,227,77)
#85E560
(133,229,96)
#94E773
(148,231,115)
#A3E986
(163,233,134)
#B2EB99
(178,235,153)
#C1EDAC
(193,237,172)
#D0EFBF
(208,239,191)
#DFF1D2
(223,241,210)
#EEF3E5
(238,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58DF27 color. Also use rgb(88,223,39) instead hex code.

Text Font Color

.myTextColor { color: #58DF27; }

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

This text font color is #58DF27.


Background Color

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

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

This div background color is #58DF27.


Border color

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

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

This div border color is #58DF27.


Opacity

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

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

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

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

This text has shadow with #58DF27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58DF27 on black background.


Color preview on white background

This text has color #58DF27 on white background.



Black color preview on #58DF27 background

This text has black color on #58DF27 background.


White color preview on #58DF27 background

This text has white color on #58DF27 background.