COLOR #00FF00

HEX: #00FF00 RGB: (0,255,0)

Color info

Color name is Lime. #00FF00 contains only green color. #00FF00 color is web safe color. It maybe written shortly as #0F0.

RGB color model

#00FF00 color RGB value is (0,255,0).

RGB: (0,255,0) (0%, 100%, 0%)

RGB channels and saturation

R 0 of 255 = 0%
G 255 of 255 = 100%
B 0 of 255 = 0%

0
255
0

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

Portions of RGB colors in percentages

R + G + B = 0 + 255 + 0 = 255 (100%)
R 0 of 255 ~ 0%
G 255 of 255 ~ 100%
B 0 of 255 ~ 0'%

%100

CMYK color model

#00FF00 color CMYK value is (100,0,100,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK: (100,0,100,0) C100M0Y100K0 (100%,0%,100%,0%) (1.00/0.00/1.00/0.00) 

CMYK percentages

%100
%0
%100
%0

Codes

Color #00FF00 in popluar color models

00 FF 00
RGB 0 255 0
HSL 120° 100.00% 50.00%
HSB/HSV 120° 100.00% 100.00%
CMYK 100.00% 0.00% 100.00%
0.00%

Color #00FF00 in popluar number systems.

HEX 00 FF 00
Decimal 0 255 0
Binary 0 11111111 0
Octal 0 377 0

Shades and tints

Shades of #00FF00

#00FF00
(0,255,0)
#00E800
(0,232,0)
#00D100
(0,209,0)
#00BA00
(0,186,0)
#00A300
(0,163,0)
#008C00
(0,140,0)
#007500
(0,117,0)
#005E00
(0,94,0)
#004700
(0,71,0)
#003000
(0,48,0)
#001900
(0,25,0)
#000000
(0,0,0)

Tints of #00FF00

#00FF00
(0,255,0)
#17FF17
(23,255,23)
#2EFF2E
(46,255,46)
#45FF45
(69,255,69)
#5CFF5C
(92,255,92)
#73FF73
(115,255,115)
#8AFF8A
(138,255,138)
#A1FFA1
(161,255,161)
#B8FFB8
(184,255,184)
#CFFFCF
(207,255,207)
#E6FFE6
(230,255,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00FF00; }

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

This text font color is #00FF00.

Background Color

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

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

This div background color is #00FF00.

Border color

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

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

This div border color is #00FF00.

Opacity

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

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

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

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

This text has shadow with #00FF00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00FF00.

Preview

Color preview on black background

This text has color #00FF00 on black background.


Color preview on white background

This text has color #00FF00 on white background.


Black color preview on #00FF00 background

This text has black color on #00FF00 background.


White color preview on #00FF00 background

This text has white color on #00FF00 background.


Related colors

Complementary color

Complementary color for #hex is #FF00FF.


I love getcolorcode.com

Gradients

Color #00FF00 is used in Lime (Web) (X11 Green) gradient.

Lime (Web) (X11 Green)


Triadic colors

1 #0000FF and #FF0000 with #00FF00 are triadic colors.

2 #00FF00 and #FF0000 with #00FF00 are triadic colors.