#2FFA81

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

Shades of Spring Green #2FFA81

Tints of Spring Green #2FFA81

Color information

#2FFA81 (or 0x2FFA81) is unknown color: approx Spring Green. HEX triplet: 2F, FA and 81. RGB value is (47,250,129). Sum of RGB (Red+Green+Blue) = 47+250+129=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA81 is #D0057E. Grayscale: #AFAFAF. Windows color (decimal): -13632895 or 8518191. OLE color: 8518191.

HSL color Cylindrical-coordinate representation of color #2FFA81: hue angle of 144.24º 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 #2FFA81 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB47250129-
CMYK0.8100.480.02
HSL144.24º95.31%58.24%-
HSV(B)144.24º81.2%98.04%-
XYZ39.3270.5632.32-
YUV175.51101.7536.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.03%
GREEN value IS 250 (98.05% from 255) = 58.69%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=11.03%
G=58.69%
B=30.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal472501290.8100.480.02144.2495.3158.24
Hex2FFA81510302905f3a
Octal57372201121060222013772
Binary10111111111010100000011010001011000010100100001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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