COLOR #00FF7F

HEX: #00FF7F RGB: (0,255,127)

Color info

Color name is SpringGreen. #00FF7F contains mainly green color. Web safe color of #00FF7F is #00FF66 (or #0F6).

RGB color model

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

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

RGB channels and saturation

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

0
255
127

R + G + B ~ 50%. #00FF7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 0 + 255 + 127 = 382 (100%)
R 0 of 382 ~ 0%
G 255 of 382 ~ 66.75%
B 127 of 382 ~ 33.25'%

%66.75
%33.25

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.20%
  • key color value is 0.00%

CMYK: (100,0,50,0)
C100M0Y50K0 (100%, 0%, 50%, 0%)
(1.00 / 0.00 / 0.50 / 0.00)

CMYK percentages

%100
%0
%50.2
%0

Codes

Color #00FF7F in popluar color models

00 FF 7F
RGB 0 255 127
HSL 150° 100.00% 50.00%
HSB/HSV 150° 100.00% 100.00%
CMYK 100.00% 0.00% 50.20%
0.00%

Color #00FF7F in popluar number systems.

HEX 00 FF 7F
Decimal 0 255 127
Binary 0 11111111 1111111
Octal 0 377 177

Shades and tints

Shades of #00FF7F

#00FF7F
(0,255,127)
#00E874
(0,232,116)
#00D169
(0,209,105)
#00BA5E
(0,186,94)
#00A353
(0,163,83)
#008C48
(0,140,72)
#00753D
(0,117,61)
#005E32
(0,94,50)
#004727
(0,71,39)
#00301C
(0,48,28)
#001911
(0,25,17)
#000000
(0,0,0)

Tints of #00FF7F

#00FF7F
(0,255,127)
#17FF8A
(23,255,138)
#2EFF95
(46,255,149)
#45FFA0
(69,255,160)
#5CFFAB
(92,255,171)
#73FFB6
(115,255,182)
#8AFFC1
(138,255,193)
#A1FFCC
(161,255,204)
#B8FFD7
(184,255,215)
#CFFFE2
(207,255,226)
#E6FFED
(230,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00FF7F; }

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

This text font color is #00FF7F.

Background Color

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

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

This div background color is #00FF7F.

Border color

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

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

This div border color is #00FF7F.

Opacity

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

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

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

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

This text has shadow with #00FF7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00FF7F.

Preview

Color preview on black background

This text has color #00FF7F on black background.


Color preview on white background

This text has color #00FF7F on white background.


Black color preview on #00FF7F background

This text has black color on #00FF7F background.


White color preview on #00FF7F background

This text has white color on #00FF7F background.


Related colors

Complementary color

Complementary color for #hex is #FF0080.


I love getcolorcode.com

Gradients

Color #00FF7F is used in Spring Green gradient.

Spring Green


Triadic colors

1 #7F00FF and #FF7F00 with #00FF7F are triadic colors.

2 #7FFF00 and #FF007F with #00FF7F are triadic colors.