COLOR #13FC07

HEX: #13FC07
RGB: (19,252,7)

Color info

#13FC07 contains mainly green color. Web safe color of #13FC07 is #00FF00 (or #0F0).

RGB color model

#13FC07 color RGB value is (19,252,7).

  • red value is 19;
  • green value is 252;
  • blue value is 7.
RGB:
(19,252,7)
(7%,99%,3%)

RGB channels and saturation

R 19 of 255 = 7%
G 252 of 255 = 99%
B 7 of 255 = 3%

19
252
7

R + G + B ~ 36%. #13FC07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 252 + 7 = 278 (100%)
R 19 of 278 ~ 6.83%
G 252 of 278 ~ 90.65%
B 7 of 278 ~ 2.52%

%90.65

CMYK color model

#13FC07 color CMYK value is (92,0,97,1).

  • cyan value is 92.46%
  • magenta value is 0.00%
  • yellow value is 97.22%
  • key color value is 1.18%
CMYK:
(92,0,97,1)
C92M0Y97K1 
(92%,0%,97%,1%)
(0.92/0.00/0.97/0.01)	

CMYK percentages

%92.46
%0
%97.22
%1.18

Codes

Color #13FC07 in popluar color models

13FC07
RGB192527
HSL117°97.61%50.78%
HSB/HSV117°97.22%98.82%
CMYK92.46%0.00%97.22%
1.18%

Color #13FC07 in popluar number systems.

HEX13FC07
Decimal192527
Binary1001111111100111
Octal233747

Shades and tints

Shades of #13FC07

#13FC07
(19,252,7)
#12E607
(18,230,7)
#11D007
(17,208,7)
#10BA07
(16,186,7)
#0FA407
(15,164,7)
#0E8E07
(14,142,7)
#0D7807
(13,120,7)
#0C6207
(12,98,7)
#0B4C07
(11,76,7)
#0A3607
(10,54,7)
#092007
(9,32,7)
#000000
(0,0,0)

Tints of #13FC07

#13FC07
(19,252,7)
#28FC1D
(40,252,29)
#3DFC33
(61,252,51)
#52FC49
(82,252,73)
#67FC5F
(103,252,95)
#7CFC75
(124,252,117)
#91FC8B
(145,252,139)
#A6FCA1
(166,252,161)
#BBFCB7
(187,252,183)
#D0FCCD
(208,252,205)
#E5FCE3
(229,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13FC07 color. Also use rgb(19,252,7) instead hex code.

Text Font Color

.myTextColor { color: #13FC07; }

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

This text font color is #13FC07.


Background Color

.myBgColor { background-color: #13FC07; }

<div style="background-color:#13FC07">Inner text</div>

This div background color is #13FC07.


Border color

.myBorderColor { border: 1px solid #13FC07; }

<div style="border:3px solid #13FC07">Div</div>

This div border color is #13FC07.


Opacity

.myOpacity80 { color: #13FC07; opacity: 0.8; }

<p style="color:#13FC07;opacity:0.8;">80%</p>

Text with #13FC07 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 #13FC07;}

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

This text has shadow with #13FC07 color.

.textShadow {text-shadow: 3px 3px 1px #13FC07, 3px 3px 1px red;}

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

This text has shadow with #13FC07 primary color and red secondary color.


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

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

This text has shadow with #13FC07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13FC07 on black background.


Color preview on white background

This text has color #13FC07 on white background.



Black color preview on #13FC07 background

This text has black color on #13FC07 background.


White color preview on #13FC07 background

This text has white color on #13FC07 background.