#2FF776

Color #2FF776 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #2FF776

Tints of Spring Green #2FF776

Color information

#2FF776 (or 0x2FF776) is unknown color: approx Spring Green. HEX triplet: 2F, F7 and 76. RGB value is (47,247,118). Sum of RGB (Red+Green+Blue) = 47+247+118=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 247 (96.88% from 255 or 59.95% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF776 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF776 is #D00889. Grayscale: #ACACAC. Windows color (decimal): -13633674 or 7796527. OLE color: 7796527.

HSL color Cylindrical-coordinate representation of color #2FF776: hue angle of 141.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF776 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB47247118-
CMYK0.8100.520.03
HSL141.3º92.59%57.65%-
HSV(B)141.3º80.97%96.86%-
XYZ37.768.4328.36-
YUV172.4997.2438.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 11.41%
GREEN value IS 247 (96.88% from 255) = 59.95%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=11.41%
G=59.95%
B=28.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal472471180.8100.520.03141.392.5957.65
Hex2FF7765103438d5d3a
Octal57367166121064321513572
Binary1011111111011111101101010001011010011100011011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FF776; }

 p { color: rgb(47,247,118); }

 H1.HeaderClassName
 {
   color: #2FF776;
 }
 .AnyTagClassName
 {
   color: #2FF776;
 }
</style>
background-color css

<style>
 a { background-color: #2FF776; }

 a { background-color: rgb(47,247,118); }

 div.DivClassName
 {
   background-color: #2FF776;
 }
 .BgClassName
 {
   background-color: #2FF776;
 }
</style>
border-color css

<style>
 span { border-color: #2FF776; }

 span { border-color: rgb(47,247,118); }

 td.TdClassName
 {
   border-color: #2FF776;
 }
 .TagClassName
 {
   border-color: #2FF776;
 }
</style>