#2FFA80

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

Shades of Spring Green #2FFA80

Tints of Spring Green #2FFA80

Color information

#2FFA80 (or 0x2FFA80) is unknown color: approx Spring Green. HEX triplet: 2F, FA and 80. RGB value is (47,250,128). Sum of RGB (Red+Green+Blue) = 47+250+128=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA80 is #D0057F. Grayscale: #AFAFAF. Windows color (decimal): -13632896 or 8452655. OLE color: 8452655.

HSL color Cylindrical-coordinate representation of color #2FFA80: hue angle of 143.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA80 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB47250128-
CMYK0.8100.490.02
HSL143.94º95.31%58.24%-
HSV(B)143.94º81.2%98.04%-
XYZ39.2570.5331.97-
YUV175.4101.2536.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.06%
GREEN value IS 250 (98.05% from 255) = 58.82%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=11.06%
G=58.82%
B=30.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal472501280.8100.490.02143.9495.3158.24
Hex2FFA80510312905f3a
Octal57372200121061222013772
Binary10111111111010100000001010001011000110100100001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,250,128); }

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

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

 a { background-color: rgb(47,250,128); }

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

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

 span { border-color: rgb(47,250,128); }

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