COLOR #00F30B

HEX: #00F30B
RGB: (0,243,11)

Color info

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

RGB color model

#00F30B color RGB value is (0,243,11).

  • red value is 0;
  • green value is 243;
  • blue value is 11.
RGB:
(0,243,11)
(0%,95%,4%)

RGB channels and saturation

R 0 of 255 = 0%
G 243 of 255 = 95%
B 11 of 255 = 4%

0
243
11

R + G + B ~ 33%. #00F30B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 243 + 11 = 254 (100%)
R 0 of 254 ~ 0%
G 243 of 254 ~ 95.67%
B 11 of 254 ~ 4.33%

%95.67

CMYK color model

#00F30B color CMYK value is (100,0,95,5).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 95.47%
  • key color value is 4.71%
CMYK:
(100,0,95,5)
C100M0Y95K5 
(100%,0%,95%,5%)
(1.00/0.00/0.95/0.05)	

CMYK percentages

%100
%0
%95.47
%4.71

Codes

Color #00F30B in popluar color models

00F30B
RGB024311
HSL123°100.00%47.65%
HSB/HSV123°100.00%95.29%
CMYK100.00%0.00%95.47%
4.71%

Color #00F30B in popluar number systems.

HEX00F30B
Decimal024311
Binary0111100111011
Octal036313

Shades and tints

Shades of #00F30B

#00F30B
(0,243,11)
#00DD0A
(0,221,10)
#00C709
(0,199,9)
#00B108
(0,177,8)
#009B07
(0,155,7)
#008506
(0,133,6)
#006F05
(0,111,5)
#005904
(0,89,4)
#004303
(0,67,3)
#002D02
(0,45,2)
#001701
(0,23,1)
#000000
(0,0,0)

Tints of #00F30B

#00F30B
(0,243,11)
#17F421
(23,244,33)
#2EF537
(46,245,55)
#45F64D
(69,246,77)
#5CF763
(92,247,99)
#73F879
(115,248,121)
#8AF98F
(138,249,143)
#A1FAA5
(161,250,165)
#B8FBBB
(184,251,187)
#CFFCD1
(207,252,209)
#E6FDE7
(230,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00F30B color. Also use rgb(0,243,11) instead hex code.

Text Font Color

.myTextColor { color: #00F30B; }

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

This text font color is #00F30B.


Background Color

.myBgColor { background-color: #00F30B; }

<div style="background-color:#00F30B">Inner text</div>

This div background color is #00F30B.


Border color

.myBorderColor { border: 1px solid #00F30B; }

<div style="border:3px solid #00F30B">Div</div>

This div border color is #00F30B.


Opacity

.myOpacity80 { color: #00F30B; opacity: 0.8; }

<p style="color:#00F30B;opacity:0.8;">80%</p>

Text with #00F30B 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 #00F30B;}

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

This text has shadow with #00F30B color.

.textShadow {text-shadow: 3px 3px 1px #00F30B, 3px 3px 1px red;}

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

This text has shadow with #00F30B primary color and red secondary color.


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

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

This text has shadow with #00F30B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F30B on black background.


Color preview on white background

This text has color #00F30B on white background.



Black color preview on #00F30B background

This text has black color on #00F30B background.


White color preview on #00F30B background

This text has white color on #00F30B background.