#2FFA82

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

Shades of Spring Green #2FFA82

Tints of Spring Green #2FFA82

Color information

#2FFA82 (or 0x2FFA82) is unknown color: approx Spring Green. HEX triplet: 2F, FA and 82. RGB value is (47,250,130). Sum of RGB (Red+Green+Blue) = 47+250+130=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA82 is #D0057D. Grayscale: #AFAFAF. Windows color (decimal): -13632894 or 8583727. OLE color: 8583727.

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

Color convert

RGB47250130-
CMYK0.8100.480.02
HSL144.53º95.31%58.24%-
HSV(B)144.53º81.2%98.04%-
XYZ39.3970.5932.67-
YUV175.62102.2536.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.01%
GREEN value IS 250 (98.05% from 255) = 58.55%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=11.01%
G=58.55%
B=30.44%

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
Decimal472501300.8100.480.02144.5395.3158.24
Hex2FFA82510302915f3a
Octal57372202121060222113772
Binary10111111111010100000101010001011000010100100011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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