#2FFF81

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

Shades of Spring Green #2FFF81

Tints of Spring Green #2FFF81

Color information

#2FFF81 (or 0x2FFF81) is unknown color: approx Spring Green. HEX triplet: 2F, FF and 81. RGB value is (47,255,129). Sum of RGB (Red+Green+Blue) = 47+255+129=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFF81 is #D0007E. Grayscale: #B2B2B2. Windows color (decimal): -13631615 or 8519471. OLE color: 8519471.

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

Color convert

RGB47255129-
CMYK0.8200.490
HSL143.65º100%59.22%-
HSV(B)143.65º81.57%100%-
XYZ40.8973.7132.84-
YUV178.44100.0934.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.90%
GREEN value IS 255 (100% from 255) = 59.16%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=10.90%
G=59.16%
B=29.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal472551290.8200.490143.6510059.22
Hex2FFF8152031090643b
Octal57377201122061022014473
Binary1011111111111110000001101001001100010100100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,255,129); }

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

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

 a { background-color: rgb(47,255,129); }

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

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

 span { border-color: rgb(47,255,129); }

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