COLOR #07FC13

HEX: #07FC13
RGB: (7,252,19)

Color info

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

RGB color model

#07FC13 color RGB value is (7,252,19).

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

RGB channels and saturation

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

7
252
19

R + G + B ~ 36%. #07FC13 is quite dark color.

Portions of RGB colors in percentages

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

%90.65

CMYK color model

#07FC13 color CMYK value is (97,0,92,1).

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

CMYK percentages

%97.22
%0
%92.46
%1.18

Codes

Color #07FC13 in popluar color models

07FC13
RGB725219
HSL123°97.61%50.78%
HSB/HSV123°97.22%98.82%
CMYK97.22%0.00%92.46%
1.18%

Color #07FC13 in popluar number systems.

HEX07FC13
Decimal725219
Binary1111111110010011
Octal737423

Shades and tints

Shades of #07FC13

#07FC13
(7,252,19)
#07E612
(7,230,18)
#07D011
(7,208,17)
#07BA10
(7,186,16)
#07A40F
(7,164,15)
#078E0E
(7,142,14)
#07780D
(7,120,13)
#07620C
(7,98,12)
#074C0B
(7,76,11)
#07360A
(7,54,10)
#072009
(7,32,9)
#000000
(0,0,0)

Tints of #07FC13

#07FC13
(7,252,19)
#1DFC28
(29,252,40)
#33FC3D
(51,252,61)
#49FC52
(73,252,82)
#5FFC67
(95,252,103)
#75FC7C
(117,252,124)
#8BFC91
(139,252,145)
#A1FCA6
(161,252,166)
#B7FCBB
(183,252,187)
#CDFCD0
(205,252,208)
#E3FCE5
(227,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07FC13; }

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

This text font color is #07FC13.


Background Color

.myBgColor { background-color: #07FC13; }

<div style="background-color:#07FC13">Inner text</div>

This div background color is #07FC13.


Border color

.myBorderColor { border: 1px solid #07FC13; }

<div style="border:3px solid #07FC13">Div</div>

This div border color is #07FC13.


Opacity

.myOpacity80 { color: #07FC13; opacity: 0.8; }

<p style="color:#07FC13;opacity:0.8;">80%</p>

Text with #07FC13 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 #07FC13;}

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

This text has shadow with #07FC13 color.

.textShadow {text-shadow: 3px 3px 1px #07FC13, 3px 3px 1px red;}

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

This text has shadow with #07FC13 primary color and red secondary color.


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

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

This text has shadow with #07FC13 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07FC13 on black background.


Color preview on white background

This text has color #07FC13 on white background.



Black color preview on #07FC13 background

This text has black color on #07FC13 background.


White color preview on #07FC13 background

This text has white color on #07FC13 background.