#2FFC80

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

Shades of Spring Green #2FFC80

Tints of Spring Green #2FFC80

Color information

#2FFC80 (or 0x2FFC80) is unknown color: approx Spring Green. HEX triplet: 2F, FC and 80. RGB value is (47,252,128). Sum of RGB (Red+Green+Blue) = 47+252+128=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFC80 is #D0037F. Grayscale: #B0B0B0. Windows color (decimal): -13632384 or 8453167. OLE color: 8453167.

HSL color Cylindrical-coordinate representation of color #2FFC80: hue angle of 143.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC80 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB47252128-
CMYK0.8100.490.01
HSL143.71º97.16%58.63%-
HSV(B)143.71º81.35%98.82%-
XYZ39.8871.7832.18-
YUV176.57100.5835.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.01%
GREEN value IS 252 (98.83% from 255) = 59.02%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=11.01%
G=59.02%
B=29.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal472521280.8100.490.01143.7197.1658.63
Hex2FFC8051031190613b
Octal57374200121061122014173
Binary1011111111110010000000101000101100011100100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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