COLOR #58F90C

HEX: #58F90C
RGB: (88,249,12)

Color info

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

RGB color model

#58F90C color RGB value is (88,249,12).

  • red value is 88;
  • green value is 249;
  • blue value is 12.
RGB:
(88,249,12)
(35%,98%,5%)

RGB channels and saturation

R 88 of 255 = 35%
G 249 of 255 = 98%
B 12 of 255 = 5%

88
249
12

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

Portions of RGB colors in percentages

R + G + B =
88 + 249 + 12 = 349 (100%)
R 88 of 349 ~ 25.21%
G 249 of 349 ~ 71.35%
B 12 of 349 ~ 3.44%

%25.21
%71.35

CMYK color model

#58F90C color CMYK value is (65,0,95,2).

  • cyan value is 64.66%
  • magenta value is 0.00%
  • yellow value is 95.18%
  • key color value is 2.35%
CMYK:
(65,0,95,2)
C65M0Y95K2 
(65%,0%,95%,2%)
(0.65/0.00/0.95/0.02)	

CMYK percentages

%64.66
%0
%95.18
%2.35

Codes

Color #58F90C in popluar color models

58F90C
RGB8824912
HSL101°95.18%51.18%
HSB/HSV101°95.18%97.65%
CMYK64.66%0.00%95.18%
2.35%

Color #58F90C in popluar number systems.

HEX58F90C
Decimal8824912
Binary1011000111110011100
Octal13037114

Shades and tints

Shades of #58F90C

#58F90C
(88,249,12)
#50E30B
(80,227,11)
#48CD0A
(72,205,10)
#40B709
(64,183,9)
#38A108
(56,161,8)
#308B07
(48,139,7)
#287506
(40,117,6)
#205F05
(32,95,5)
#184904
(24,73,4)
#103303
(16,51,3)
#081D02
(8,29,2)
#000000
(0,0,0)

Tints of #58F90C

#58F90C
(88,249,12)
#67F922
(103,249,34)
#76F938
(118,249,56)
#85F94E
(133,249,78)
#94F964
(148,249,100)
#A3F97A
(163,249,122)
#B2F990
(178,249,144)
#C1F9A6
(193,249,166)
#D0F9BC
(208,249,188)
#DFF9D2
(223,249,210)
#EEF9E8
(238,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58F90C color. Also use rgb(88,249,12) instead hex code.

Text Font Color

.myTextColor { color: #58F90C; }

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

This text font color is #58F90C.


Background Color

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

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

This div background color is #58F90C.


Border color

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

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

This div border color is #58F90C.


Opacity

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

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

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

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

This text has shadow with #58F90C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58F90C on black background.


Color preview on white background

This text has color #58F90C on white background.



Black color preview on #58F90C background

This text has black color on #58F90C background.


White color preview on #58F90C background

This text has white color on #58F90C background.